Skip to content

Commit 59c25c1

Browse files
test: update accessible name.
1 parent b6c898e commit 59c25c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playwright/github-pr-drawer.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ test('Active PR context updates controls and can be closed from AI controls', as
520520
const dialog = page.getByRole('dialog')
521521
await expect(dialog).toBeVisible()
522522
await expect(page.getByText('PR: develop/pr/2')).toBeVisible()
523-
await dialog.getByRole('button', { name: 'Close context' }).click()
523+
await dialog.getByRole('button', { name: 'Close PR on GitHub' }).click()
524524

525525
await expect(page.getByRole('button', { name: 'Open pull request' })).toBeVisible()
526526
await expect(

0 commit comments

Comments
 (0)