Skip to content

Commit af785ae

Browse files
test: Add US07, US08, US09, and US10 to Selenium test suite
1 parent d8d1760 commit af785ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-selenium-ci-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Run Selenium tests
109109
run: |
110110
cd tests
111-
pytest us1.py us2.py us3.py us4.py us5.py us6.py
111+
pytest us1.py us2.py us3.py us4.py us5.py us6.py us7.py us8.py us9.py us10.py
112112
113113
- name: Upload screenshots artifact (on failure)
114114
if: failure()

0 commit comments

Comments
 (0)