Skip to content

Commit

Permalink
fix all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CassandraGoose committed Aug 6, 2024
1 parent a55192b commit 5d072b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/pathway.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ test('shows appropriate content areas and competency details', async ({ page })
await expect(page.locator('section')).toContainText('2D Design Fundamentals');
await expect(page.locator('section')).toContainText('Drawing');
await expect(page.locator('section')).toContainText('Painting');
await page.getByTestId('toggle-competency-details').first().click();
await expect(page.getByRole('cell', { name: 'Completed' })).toBeVisible();
await expect(page.getByRole('cell', { name: 'Competency' })).toBeVisible();
await expect(page.getByRole('cell', { name: 'Description' })).toBeVisible();
Expand Down

0 comments on commit 5d072b6

Please sign in to comment.