forked from testdriverai/quickstart-web
-
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.
Merge pull request #1 from testdriverai/testdriver/test-476elc
Testdriver-476elc
- Loading branch information
Showing
5 changed files
with
15 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
1. /explore Open the browser and navigate to the website. | ||
2. /explore Click the "Contact Sales" button. | ||
3. /explore Assert that the contact form or page is displayed. |
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,3 @@ | ||
1. /explore Open the browser and navigate to the website. | ||
2. /explore Click the "Accept Cookies" button. | ||
3. /explore Assert that the cookie banner disappears. |
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,3 @@ | ||
1. /explore Open the browser and navigate to the website. | ||
2. /explore Click the "Start Building" button. | ||
3. /explore Assert that the action leads to the expected page or modal. |
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,3 @@ | ||
1. /explore Open the browser and navigate to the website. | ||
2. /explore Click the "Products" link in the navigation menu. | ||
3. /explore Assert that the page redirects to the Products section. |
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,3 @@ | ||
1. /explore Open the browser and navigate to the website. | ||
2. /explore Assert that the webpage loads successfully. | ||
3. /explore Assert that the logo is visible on the page. |