Skip to content
Merged
Prev Previous commit
test(cypress): Remove superfluous cy.get()
Should make the workspace link bubble test less flaky.

Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- authored and backportbot[bot] committed Jun 25, 2024
commit fbb21f28a39f4983cdf6f666b334b563ebffcab0
3 changes: 0 additions & 3 deletions cypress/e2e/workspace.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,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