Skip to content

Commit f7764d9

Browse files
committed
fix: test isolation in csv-spec
1 parent fd22a46 commit f7764d9

File tree

1 file changed

+1
-1
lines changed
  • examples/fundamentals__dynamic-tests-from-csv/cypress/e2e

1 file changed

+1
-1
lines changed

examples/fundamentals__dynamic-tests-from-csv/cypress/e2e/csv-spec.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
const csvUsers = Cypress.env('usersList')
55

66
describe('Users from CSV', () => {
7-
before(() => {
7+
beforeEach(() => {
88
cy.visit('index.html')
99
})
1010

0 commit comments

Comments
 (0)