fix(cypress): change example urls in tests
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
describe('Hidden Flow Rendering', () => {
|
||||
before(() => {
|
||||
cy.visit('/hidden');
|
||||
cy.visit('/Hidden');
|
||||
});
|
||||
|
||||
it('renders empty flow', () => {
|
||||
|
||||
Reference in New Issue
Block a user