Skip to content

Commit 7200043

Browse files
committed
fix failing cypress test
1 parent dbe0486 commit 7200043

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cypress/e2e/CloseButton.spec.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
describe('Test the close button', () => {
22
it('passes', () => {
3-
cy.visit('http://localhost:8006/component-groups/close-button', { onBeforeLoad: (win) => {cy.stub(win.console, 'log').as('consoleLog');}, });
3+
cy.visit('http://localhost:8006/extensions/component-groups/close-button', { onBeforeLoad: (win) => {cy.stub(win.console, 'log').as('consoleLog');}, });
44
cy.wait(1000);
55

66
cy.get('[data-test-id="close-button-example"]').click();

0 commit comments

Comments
 (0)