Skip to content

Commit a186380

Browse files
authored
Implement UI for sorting by availability. (#1144)
* Implement UI for sorting by availability. * Updated snapshots * reverted-one-snapshot * Update safari snapshot
1 parent fc0ed8a commit a186380

17 files changed

+37
-31
lines changed

e2e/tests/overview-page.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import {test, expect} from '@playwright/test';
1818
import {gotoOverviewPageUrl, getOverviewPageFeatureCount} from './utils';
1919

2020
test('matches the screenshot', async ({page}) => {
21+
test.slow();
2122
await gotoOverviewPageUrl(page, 'http://localhost:5555/');
2223
const pageContainer = page.locator('.page-container');
2324
await expect(pageContainer).toHaveScreenshot();
-5.81 KB
Loading
10.5 KB
Loading
18.2 KB
Loading
104 Bytes
Loading
456 Bytes
Loading
-595 Bytes
Loading
158 Bytes
Loading
365 Bytes
Loading
255 Bytes
Loading

0 commit comments

Comments
 (0)