Skip to content

Commit

Permalink
ci: Adapt file widget selector to changed server class
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Mar 11, 2024
1 parent d7d87b8 commit 9e6e454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/workspace.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ describe('Workspace', function() {
.type('{leftArrow}')

cy.get('.link-view-bubble .widget-file', { timeout: 10000 })
.find('.widget-file--title')
.find('.widget-file__title')
.contains('test.md')
.click({ force: true })

Expand Down

0 comments on commit 9e6e454

Please sign in to comment.