-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df02655
commit 17a4e1f
Showing
1 changed file
with
6 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,12 @@ Feature: Multi-tab page validation icons | |
Then I should not see an invalid tab icon on the "Second" tab | ||
Then I should not see an invalid tab icon on the "Third" tab | ||
Then I should see an invalid tab icon on the "Fourth" tab | ||
And I fill in "Third tab first field" with "[email protected]" | ||
When I press the "Save" button | ||
Then I can see the form validation error message | ||
Then I should not see an invalid tab icon on the "Second" tab | ||
Then I should not see an invalid tab icon on the "Third" tab | ||
Then I should see an invalid tab icon on the "Fourth" tab | ||
When I click on the "#tab-Root_Fourth" element | ||
And I fill in "Fourth tab first field" with "def" | ||
When I press the "Save" button | ||
|