Skip to content

Commit

Permalink
test: disable cache when reloading
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott committed Nov 30, 2023
1 parent 3cde45a commit 8631fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/save.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('rename', () => {
expectTableToBeVisible()
expectAOTitleToContain(AO_NAME)

cy.reload()
cy.reload(true)

expectTableToBeVisible()
expectAOTitleToContain(UPDATED_AO_NAME)
Expand Down

0 comments on commit 8631fee

Please sign in to comment.