diff --git a/testdriver/generate/test-contact-us-link.md b/testdriver/generate/test-contact-us-link.md deleted file mode 100644 index 97541ae..0000000 --- a/testdriver/generate/test-contact-us-link.md +++ /dev/null @@ -1,5 +0,0 @@ -1. /explore Focus on the browser window. -2. /explore Scroll to the footer or location of the "Contact Us" link. -3. /explore Click on the "Contact Us" link. -4. /explore Assert that clicking the link navigates to the contact page. -5. /explore /save testdriver/test-contact-us-link.md \ No newline at end of file diff --git a/testdriver/generate/test-error-free-console.md b/testdriver/generate/test-error-free-console.md deleted file mode 100644 index a87ce38..0000000 --- a/testdriver/generate/test-error-free-console.md +++ /dev/null @@ -1,5 +0,0 @@ -1. /explore Focus on the browser window. -2. /explore Open the developer console. -3. /explore Refresh the webpage. -4. /explore Assert that no errors appear in the console during loading. -5. /explore /save testdriver/test-error-free-console.md \ No newline at end of file diff --git a/testdriver/generate/test-main-call-to-action.md b/testdriver/generate/test-main-call-to-action.md deleted file mode 100644 index 4893d5b..0000000 --- a/testdriver/generate/test-main-call-to-action.md +++ /dev/null @@ -1,5 +0,0 @@ -1. /explore Focus on the browser window. -2. /explore Locate the main call to action button on the homepage. -3. /explore Click on the main call to action button. -4. /explore Assert that the main call to action performs as expected, such as navigating to a specified page. -5. /explore /save testdriver/test-main-call-to-action.md \ No newline at end of file diff --git a/testdriver/generate/test-navigation-menu.md b/testdriver/generate/test-navigation-menu.md deleted file mode 100644 index edac677..0000000 --- a/testdriver/generate/test-navigation-menu.md +++ /dev/null @@ -1,5 +0,0 @@ -1. /explore Focus on the browser window. -2. /explore Locate the navigation menu on the homepage. -3. /explore Click through each menu item. -4. /explore Assert that each menu item navigates to the correct page. -5. /explore /save testdriver/test-navigation-menu.md \ No newline at end of file diff --git a/testdriver/generate/test-webpage-load-and-logo-display.md b/testdriver/generate/test-webpage-load-and-logo-display.md deleted file mode 100644 index 48e70ad..0000000 --- a/testdriver/generate/test-webpage-load-and-logo-display.md +++ /dev/null @@ -1,5 +0,0 @@ -1. /explore Focus on the browser window. -2. /explore Navigate to the homepage of the current website. -3. /explore Assert that the webpage loads successfully. -4. /explore Assert that the logo is displayed on the homepage. -5. /explore /save testdriver/test-webpage-load-and-logo-display.md \ No newline at end of file diff --git a/testdriver/testdriver-2b7f7j.yml b/testdriver/testdriver-2b7f7j.yml deleted file mode 100644 index f725443..0000000 --- a/testdriver/testdriver-2b7f7j.yml +++ /dev/null @@ -1,46 +0,0 @@ -version: 4.0.49 -steps: - - prompt: Focus on the browser window. - commands: - - command: focus-application - name: Google Chrome - - prompt: Locate the navigation menu on the homepage. - commands: - - command: focus-application - name: Google Chrome - - prompt: Click through each menu item. - commands: - - command: focus-application - name: Google Chrome - - prompt: Click through each menu item. - commands: - - command: hover-text - text: Products - description: menu item - action: click - - command: assert - expect: the products menu shows - - command: hover-text - text: Solutions - description: menu item - action: click - - command: assert - expect: the solutions page shows - - command: hover-text - text: Pricing - description: menu item - action: click - - command: assert - expect: the pricing page shows - - command: hover-text - text: Developers - description: menu item - action: click - - command: assert - expect: the developers page shows - - command: hover-text - text: Resources - description: menu item - action: click - - command: assert - expect: the resources menu shows \ No newline at end of file diff --git a/testdriver/testdriver-2vgwwq.yml b/testdriver/testdriver-2vgwwq.yml deleted file mode 100644 index f46cc4c..0000000 --- a/testdriver/testdriver-2vgwwq.yml +++ /dev/null @@ -1,27 +0,0 @@ -version: 4.0.49 -steps: - - prompt: Scroll to the footer or location of the "Contact Us" link. - commands: - - command: focus-application - name: Google Chrome - - command: scroll-until-text - text: Contact Us - direction: down - - prompt: Click on the "Contact Us" link. - commands: - - command: focus-application - name: Google Chrome - - command: hover-text - text: Contact Us - description: link in the footer - action: click - - prompt: Assert that clicking the link navigates to the contact page. - commands: - - command: focus-application - name: Google Chrome - - command: hover-text - text: Contact Us - description: link in the footer - action: click - - command: assert - expect: the contact page is displayed \ No newline at end of file diff --git a/testdriver/testdriver-7xxqh3.yml b/testdriver/testdriver-7xxqh3.yml deleted file mode 100644 index 4ab6a1f..0000000 --- a/testdriver/testdriver-7xxqh3.yml +++ /dev/null @@ -1,19 +0,0 @@ -version: 4.0.49 -steps: - - prompt: Navigate to the homepage of the current website. - commands: - - command: focus-application - name: Google Chrome - - prompt: Assert that the webpage loads successfully. - commands: - - command: focus-application - name: Google Chrome - - command: assert - expect: the webpage is loaded - - prompt: Assert that the logo is displayed on the homepage. - commands: - - command: focus-application - name: Google Chrome - - command: assert - expect: the logo is displayed on the homepage - \ No newline at end of file diff --git a/testdriver/testdriver-zea9k9.yml b/testdriver/testdriver-zea9k9.yml deleted file mode 100644 index d9995f8..0000000 --- a/testdriver/testdriver-zea9k9.yml +++ /dev/null @@ -1,20 +0,0 @@ -version: 4.0.49 -steps: - - prompt: Focus on the browser window. - commands: - - command: focus-application - name: Google Chrome - - prompt: Locate the main call to action button on the homepage. - commands: - - command: focus-application - name: Google Chrome - - prompt: Click on the main call to action button. - commands: - - command: focus-application - name: Google Chrome - - command: hover-text - text: Start Building - description: main call to action button - action: click - - command: assert - expect: the sign up form shows \ No newline at end of file