Skip to content

Commit

Permalink
fix(nx-dev): fix broken e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Dec 6, 2023
1 parent dd67bb9 commit 24993b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx-dev/nx-dev-e2e/src/app.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import { test, expect } from '@playwright/test';
test('should display the primary heading', async ({ page }) => {
await page.goto('/');
const heading = page.locator('[data-cy="primary-heading"]');
await expect(heading).toContainText('Smart, FastExtensibleBuild System');
await expect(heading).toContainText('Smart MonoreposFast CI');
});

0 comments on commit 24993b1

Please sign in to comment.