Skip to content

Commit

Permalink
fix(e2e): Resolving type error
Browse files Browse the repository at this point in the history
  • Loading branch information
Vere-Grey committed Dec 12, 2024
1 parent 44b843f commit 9c57388
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test.describe.serial('T2B1 - Device settings', { tag: ['@group=settings'] }, ()
await settingsPage.deviceTabButton.click();
});

test('change all possible device settings', async ({ settingsPage, window: page, apiURL }) => {
test('change all possible device settings', async ({ settingsPage, window: page }) => {
await test.step('Verify firmware modal', async () => {
await page.getByTestId('@settings/device/update-button').click();
await page.getByTestId('@modal/close-button').click();
Expand Down

0 comments on commit 9c57388

Please sign in to comment.