Skip to content

Commit dbe0486

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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/controls/close-button', { onBeforeLoad: (win) => {cy.stub(win.console, 'log').as('consoleLog');}, });
3+
cy.visit('http://localhost:8006/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)