chore(cypress): use latest version

This commit is contained in:
moklick
2023-08-15 16:32:22 +02:00
parent c066c5c10e
commit 6cc6598014
10 changed files with 3381 additions and 2579 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
describe('Empty Flow Rendering', () => {
describe('Empty Flow Rendering', { testIsolation: false }, () => {
before(() => {
cy.visit('/Empty');
});