Skip to content

Commit e7290d1

Browse files
committed
Removing accessibility tests
1 parent 346b545 commit e7290d1

File tree

6 files changed

+1
-95
lines changed

6 files changed

+1
-95
lines changed

.github/workflows/python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
test: [ best-practice-desktop-us, accessibility, saucebindings-pytest, demo]
14+
test: [ best-practice-desktop-us, saucebindings-pytest, demo]
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Setup Python

Pipfile

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ headless = "pytest -n4 examples/headless/test_demo.py"
5050
saucebindings-pytest = "pytest -n2 examples/sauce_bindings/pytest/"
5151
saucebindings-robot = "pabot --variable BROWSER_NAME:firefox examples/sauce_bindings/robotframework/"
5252
sauce_visual = "pytest examples/sauce_visual/webdriver-tests.py"
53-
accessibility = "pytest -n2 examples/accessibility/"
5453
demo = "pytest examples/selenium/"
5554
robot-desktop-web-us = "pabot --argumentfile1 examples/robotframework/desktop_web/chrome_config.txt --argumentfile2 examples/robotframework/desktop_web/firefox_config.txt --argumentfile3 examples/robotframework/desktop_web/ie_config.txt --variable DATA_CENTER:'https://ondemand.us-west-1.saucelabs.com/wd/hub' examples/robotframework/desktop_web/Tests/"
5655
robot-desktop-web-eu = "pabot --argumentfile1 examples/robotframework/desktop_web/chrome_config.txt --argumentfile2 examples/robotframework/desktop_web/firefox_config.txt --argumentfile3 examples/robotframework/desktop_web/ie_config.txt --variable DATA_CENTER:'https://ondemand.eu-central-1.saucelabs.com/wd/hub' examples/robotframework/desktop_web/Tests/"

examples/accessibility/test_sa11y.py

-28
This file was deleted.

examples/accessibility/test_sauce_bindings.py

-13
This file was deleted.

examples/sauce_visual/README.md

-24
This file was deleted.

examples/sauce_visual/webdriver-tests.py

-28
This file was deleted.

0 commit comments

Comments
 (0)