Skip to content

Commit

Permalink
(fix) O3-3896: Tutorials modal should use a standard Carbon modal com…
Browse files Browse the repository at this point in the history
…ponent
  • Loading branch information
IamMujuziMoses committed Oct 2, 2024
1 parent 5f93acc commit 736f65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/specs/onboarding-test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test('Basic Walkthrough', async ({ page }) => {
await page
.locator('li')
.filter({ hasText: 'Basic Overview' })
.locator('button', { hasText: 'Walkthrough' })
.locator('a', { hasText: 'Walkthrough' })
.click();
});

Expand Down

0 comments on commit 736f65b

Please sign in to comment.