Skip to content

Commit f14fc1e

Browse files
committed
run all tests
1 parent 47af194 commit f14fc1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/nextjs-13/tests/server/getServerSideProps.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ test('Should report an error event for errors thrown in getServerSideProps', asy
8686
});
8787
});
8888

89-
test.only('Should report an error event for errors thrown in getServerSideProps in pages with custom page extensions', async ({
89+
test('Should report an error event for errors thrown in getServerSideProps in pages with custom page extensions', async ({
9090
page,
9191
}) => {
9292
const errorEventPromise = waitForError('nextjs-13', errorEvent => {

0 commit comments

Comments
 (0)