Skip to content

Commit 924ffd0

Browse files
committed
chore: fix cypress test
Signed-off-by: Benjamin Frueh <benjamin.frueh@gmail.com>
1 parent 0939c3a commit 924ffd0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
if: always()
144144
with:
145145
name: snapshots_${{ matrix.containers }}
146-
path: cypress/snapshots
146+
path: cypress/screenshots
147147

148148
- name: Extract NC logs
149149
if: failure() && matrix.containers != 'component'

cypress/support/commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { addGetter } from './addGetter.js'
77

88
addCommands()
99

10-
addGetter('appContent', '#app-content')
10+
addGetter('appContent', '#app-content-vue')
1111
addGetter('getButton', action => `#data-request-${action}`)
1212
addGetter('getWarning', action => `#data-request-${action} ~ .warning`)
1313

0 commit comments

Comments
 (0)