Skip to content

Commit

Permalink
test: update settings-e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
4gray committed Aug 24, 2024
1 parent 92fdec4 commit a9af6da
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions e2e/settings.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ test.describe('Settings', () => {
});

test('Change app theme', async () => {
await page.getByTestId('open-settings').click();

await expect(page.locator('text="Light theme"')).toBeVisible();
await page.getByTestId('select-theme').click();
await page.getByTestId('DARK_THEME').click();
Expand All @@ -66,8 +64,6 @@ test.describe('Settings', () => {
});

test('Change app language', async () => {
await page.getByTestId('open-settings').click();

await expect(page.locator('text="English"')).toBeVisible();
await page.getByTestId('select-language').click();
await page.getByTestId('de').click();
Expand Down

0 comments on commit a9af6da

Please sign in to comment.