Skip to content

Commit 7087662

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)