Skip to content

Commit

Permalink
Fix wrong commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Jan 21, 2025
1 parent 67f1e46 commit d6c78e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 249 deletions.
247 changes: 0 additions & 247 deletions packages/desktop-client/e2e/page-models/account-page.ts

This file was deleted.

4 changes: 2 additions & 2 deletions packages/desktop-client/e2e/transactions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test.describe('Transactions', () => {

test('by date', async () => {
const filterTooltip = await accountPage.filterBy('Date');
await expect(filterTooltip.locator).toMatchThemeScreenshots();
await expect(filterTooltip.page).toMatchThemeScreenshots();

// Open datepicker
await page.keyboard.press('Space');
Expand All @@ -58,7 +58,7 @@ test.describe('Transactions', () => {

test('by category', async () => {
const filterTooltip = await accountPage.filterBy('Category');
await expect(filterTooltip.locator).toMatchThemeScreenshots();
await expect(filterTooltip.page).toMatchThemeScreenshots();

// Type in the autocomplete box
const autocomplete = page.getByTestId('autocomplete');
Expand Down

0 comments on commit d6c78e4

Please sign in to comment.