Skip to content

Commit

Permalink
test: mark the beforeEach as slow because of first-time-start
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers committed Jul 31, 2024
1 parent 577ea70 commit ddd4555
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/cpp/e2e/tests/smoke.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { test, expect } from '@playwright/test';
import { CodespacePage } from './codespace.pom';

test.beforeEach(async ({ page }) => {
test.slow();
const codespace = new CodespacePage(page);
await codespace.goto();
await codespace.arePluginsActive(['Testing', 'SonarLint', 'CMake', 'Live Share', 'GitHub Pull Requests']);
Expand Down

0 comments on commit ddd4555

Please sign in to comment.