Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/pinia_provider' into pinia_provider
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Mar 22, 2022
1 parent b0dd1ca commit cd26889
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/filters.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ test('initial filters are applied based on the url', async ({ page }) => {
await assertCheckboxStatus(page, checkbox)
}
})
test.skip('common filters are retained when media type changes from all media to single type', async ({
test('common filters are retained when media type changes from all media to single type', async ({
page,
}) => {
await page.goto(
Expand All @@ -86,7 +86,7 @@ test.skip('common filters are retained when media type changes from all media to
}
})

test.skip('common filters are retained when media type changes from single type to all media', async ({
test('common filters are retained when media type changes from single type to all media', async ({
page,
}) => {
await page.goto(
Expand Down Expand Up @@ -131,7 +131,7 @@ test('selecting some filters can disable dependent filters', async ({
}
})

test.skip('filters are updated when media type changes', async ({ page }) => {
test('filters are updated when media type changes', async ({ page }) => {
await page.goto('/search/image?q=cat&aspect_ratio=tall&license=cc0')
await openFilters(page)

Expand Down

0 comments on commit cd26889

Please sign in to comment.