Skip to content

Commit

Permalink
remove write from test
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkav committed Jun 21, 2024
1 parent 4a5bc28 commit 8a734df
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ test.describe('Debug-Sidebar', async () => {
await requestLocator.click();
await requestLocator.getByLabel('Request Actions').click();
await page.getByRole('menuitemradio', { name: 'Settings' }).click();
await page.getByRole('tab', { name: 'Write' }).click();
// Close settings modal
await page.locator('.app').press('Escape');

Expand Down

0 comments on commit 8a734df

Please sign in to comment.