Skip to content

Commit cad758c

Browse files
committed
manually triger e2e test
1 parent 65bb72a commit cad758c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e/{{app_name}}/tests/index.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ test.describe('Generic Webpage Tests', () => {
66
test('should load the webpage successfully', async ({ page }) => {
77
const response = await page.goto('/');
88
const title = await page.title();
9+
910
expect(response!.status()).toBe(200);
1011
});
1112

0 commit comments

Comments
 (0)