Skip to content

Commit

Permalink
Merge branch 'DSEGOG-348-view-favourite-filters' into DSEGOG-349-edit…
Browse files Browse the repository at this point in the history
…-favourite-filter
  • Loading branch information
joshuadkitenge committed Oct 15, 2024
2 parents cb6217b + 1f90b2b commit b6c2aa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/real/filtering.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ test('should be able to add a multiple filters', async ({ page }) => {

test('CRU favourite filter', async ({ page }) => {
await page.getByRole('button', { name: 'Filters' }).click();

await page.getByText('Favourite filters').click();

await page.getByRole('button', { name: 'Add new favourite filter' }).click();
Expand Down

0 comments on commit b6c2aa4

Please sign in to comment.