change(ui): naming...
This commit is contained in:
parent
0f62fe4784
commit
dd02f61d75
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ui-tests.js.yml
vendored
6
.github/workflows/ui-tests.js.yml
vendored
|
|
@ -66,11 +66,11 @@ jobs:
|
|||
run: yarn start &> server.log &
|
||||
- name: Wait for frontend
|
||||
run: npx wait-on http://0.0.0.0:3333
|
||||
- name: [Chrome] Run visual tests
|
||||
- name: (Chrome) Run visual tests
|
||||
run: yarn cy:test
|
||||
- name: [Firefox] Run visual tests
|
||||
- name: (Firefox) Run visual tests
|
||||
run: yarn cy:test-firefox
|
||||
- name: [Edge] Run visual tests
|
||||
- name: (Edge) Run visual tests
|
||||
run: yarn cy:test-edge
|
||||
- name: Upload Debug
|
||||
if: ${{ failure() }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue