chore(react): fix e2e

This commit is contained in:
Colum Ferry 2024-09-26 17:07:13 +01:00
parent 4ae8886a04
commit e9cdc076dd

View File

@ -92,7 +92,7 @@ describe('React Applications', () => {
if (runE2ETests()) { if (runE2ETests()) {
// TODO(Colum): investigate why webkit is failing // 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(e2eResults).toContain('Successfully ran target e2e for project');
expect(await killPorts()).toBeTruthy(); expect(await killPorts()).toBeTruthy();
} }