Skip to content

Commit 7da13d3

Browse files
committed
testing beforeEach() hook
1 parent dad2e70 commit 7da13d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/react-integration/cypress/integration/accordion.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
describe('Accordion Demo Test', () => {
2-
before(() => {
2+
beforeEach(() => {
33
cy.visit('http://localhost:3000/accordion-demo-nav-link');
44
});
55

packages/react-integration/cypress/integration/alert.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
describe('Alert Demo Test', () => {
2-
before(() => {
2+
beforeEach(() => {
33
cy.visit('http://localhost:3000/alert-demo-nav-link');
44
});
55

packages/react-integration/cypress/integration/alertgroup.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
describe('Alert Group Demo Test', () => {
2-
before(() => {
2+
beforeEach(() => {
33
cy.visit('http://localhost:3000/alert-group-demo-nav-link');
44
});
55

0 commit comments

Comments
 (0)