fix(cypress): change example urls in tests

This commit is contained in:
Christopher Möller
2022-07-27 11:35:52 +02:00
parent 141a9763f8
commit a2e99d3a80
9 changed files with 78 additions and 25 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
describe('Hidden Flow Rendering', () => {
before(() => {
cy.visit('/hidden');
cy.visit('/Hidden');
});
it('renders empty flow', () => {