forked from ModusCreateOrg/cucumber-watir
-
Notifications
You must be signed in to change notification settings - Fork 0
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
d8a575d
commit 973cc41
Showing
7 changed files
with
100 additions
and
112 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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
/.bundle | ||
/vendor | ||
/results |
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 |
---|---|---|
@@ -1 +1 @@ | ||
default: features --tag ~@wip -tag ~@manual | ||
default: features --tag ~@wip --tag ~@manual |
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 |
---|---|---|
@@ -1,22 +1,25 @@ | ||
Feature: Main tests | ||
In order to make sure that the web page is working | ||
As a normal user | ||
I want to check out the home page in a variety of aspect ratios | ||
|
||
@smoke @regression @desktop | ||
Scenario: Visit the home page | ||
Given I am on the moduscreate home page | ||
Given I am on the desktop home page | ||
Then I must see the page title "Modus Create | HTML5 Application Development & Training" | ||
Given I click the "Services" span | ||
Then I must see the page title "Services | Modus Create" | ||
|
||
@regression @mobile | ||
Scenario: Visit the home page on a mobile device | ||
Given I am on the moduscreate home page | ||
Given I am on the desktop home page | ||
Then I must see the page title "Modus Create | HTML5 Application Development & Training" | ||
Given I click the "icon-reorder" icon | ||
And I wait for the menu to b displayed | ||
And I wait for the menu to be displayed | ||
|
||
@wip @tablet | ||
Scenario: Visit the home page on a tablet | ||
Given I am on the moduscreate home page | ||
Given I am on the desktop home page | ||
Then I must see the page title "Modus Create | HTML5 Application Development & Training" | ||
Given I click the "Blog" span | ||
Then I must see the page title "Blog | Modus Create" |
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 was deleted.
Oops, something went wrong.
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