chore(react): fix e2e
This commit is contained in:
parent
4ae8886a04
commit
e9cdc076dd
@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user