-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🦋 Implement empty state in inbox (#3577)
🦋 implements empty state in inbox
- Loading branch information
1 parent
0f8b724
commit bb41ec5
Showing
8 changed files
with
72 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
@javascript | ||
Feature: Buyer account overview | ||
|
||
Background: | ||
Given a provider is logged in | ||
And an approved buyer "Bob Buyer" signed up to the provider | ||
|
||
@wip | ||
Scenario: Navigation | ||
|
||
Scenario: Sending a message | ||
Given account "Bob Buyer" has no messages | ||
And they go to the buyer account page for "Bob Buyer" | ||
When they follow "Send message" | ||
And fill in "Subject" with "Party tonite!" | ||
And fill in "Body" with "You are invited to my party." | ||
And the "To" field should be fixed to "Bob Buyer" | ||
And press "Send" | ||
Then should see "Message was sent." |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters