Skip to content

Commit

Permalink
e2e: update firefox to fixx connection issue
Browse files Browse the repository at this point in the history
  • Loading branch information
karolina-siemieniuk-morawska committed Aug 15, 2024
1 parent d11c040 commit e0aa05e
Show file tree
Hide file tree
Showing 3 changed files with 3,164 additions and 290 deletions.
2 changes: 1 addition & 1 deletion e2e/cypress/e2e/references.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ describe('Reference container', () => {

cy.get('@editButton', { timeout: 10000 }).click();

cy.get('[data-test-id="reference-embedded-search')
cy.get('[data-test-id="reference-embedded-search"]')
.find('.ant-input-search-button')
.click();
cy.waitForLoading();
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "ISC",
"dependencies": {
"@cypress/skip-test": "^2.5.0",
"cypress": "13.7.1",
"cypress": "^13.13.0",
"cypress-image-snapshot": "^4.0.1",
"moment": "^2.24.0"
}
Expand Down
Loading

0 comments on commit e0aa05e

Please sign in to comment.