Last active
August 29, 2015 14:04
-
-
Save bkone/288a7e7f68c81e2dece9 to your computer and use it in GitHub Desktop.
extjs5.feature
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
Feature: Sample Extjs5 BDD test | |
@desktop | |
Scenario: Edit a Project Member | |
Given I am on the Ticket home page | |
Then I must see the page title "Ticket" | |
Given I log in the application | |
And I wait for the "Project Summary - SDK" text to be displayed | |
Then I must see the text "Ticket Status Summary" displayed | |
And I must see the text "Project Members - Lead: Don" displayed | |
Given I click the "Edit" span | |
And I wait for the "Edit User: Tommy" text to be displayed | |
Given I enter "Thomas" in the test field named "textfield-1073-inputEl" | |
And I click the "Close" span | |
And I wait for the "Edit User: Thomas" div to close | |
Then I must see the text "Thomas" displayed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment