Skip to content

Commit

Permalink
test(core): update test-id in navbar test
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanwikner committed Dec 11, 2023
1 parent 3e9e8bd commit d2bbeac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/default-layout/navbar.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import {test, expect} from '@playwright/test'
test.describe('@sanity/default-layout: Navbar', () => {
test('render ActionModal on top of pane headers in desk tool', async ({page}) => {
page.goto('/test/content')
await expect(page.locator('data-testid=navbar')).toBeVisible()
await expect(page.locator('data-testid=studio-navbar')).toBeVisible()
})
})

0 comments on commit d2bbeac

Please sign in to comment.