Skip to content

Commit

Permalink
test(cypress): Remove superfluous cy.get()
Browse files Browse the repository at this point in the history
Should make the workspace link bubble test less flaky.

Signed-off-by: Jonas <jonas@freesources.org>
  • Loading branch information
mejo- committed Jun 25, 2024
1 parent a2f9f65 commit bd1c2e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cypress/e2e/workspace.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ describe('Workspace', function() {
cy.get('.file-picker [data-filename="test.md"]').click()
cy.get('.dialog__actions button.button-vue--vue-primary').click()

cy.getEditor()
.find('a')

cy.getContent()
.type('{leftArrow}')

Expand Down

0 comments on commit bd1c2e2

Please sign in to comment.