Skip to content

Commit

Permalink
chore(react): fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Sep 26, 2024
1 parent 4ae8886 commit e9cdc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/react/src/react.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe('React Applications', () => {

if (runE2ETests()) {
// TODO(Colum): investigate why webkit is failing
const e2eResults = runCLI(`e2e ${appName}-e2e --project=chromium`);
const e2eResults = runCLI(`e2e ${appName}-e2e -- --project=chromium`);
expect(e2eResults).toContain('Successfully ran target e2e for project');
expect(await killPorts()).toBeTruthy();
}
Expand Down

0 comments on commit e9cdc07

Please sign in to comment.