Skip to content

Commit 4bba2d9

Browse files
committed
Fix typo
1 parent 4861481 commit 4bba2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/cypress/integration/tests/steppers.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// <reference types="cypress" />
22

33
context('Increment steppers', () => {
4-
beiforeEach(() => {
4+
beforeEach(() => {
55
cy.visit('/')
66
});
77

0 commit comments

Comments
 (0)