Skip to content

Commit a2ca1f8

Browse files
authored
Update general-behavior.spec.ts
Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent e1130e1 commit a2ca1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/tests/e2e/general-behavior.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ test.describe('Node.js Website', () => {
133133
});
134134
});
135135

136-
test.describe.only('Navigation', () => {
136+
test.describe('Navigation', () => {
137137
test('should have functioning mobile menu on small screens', async ({
138138
page,
139139
}) => {

0 commit comments

Comments
 (0)