Dependency updates, clean up shared test data, create screenshot updater for README
This commit is contained in:
parent
6ae7523d63
commit
1fbddd0e8d
12 changed files with 368 additions and 55 deletions
|
@ -132,7 +132,7 @@ test('screens should be able to change', async ({ page }) => {
|
|||
|
||||
await page.getByRole('button', { name: 'Sats per Dollar' }).click();
|
||||
const response = await responsePromise;
|
||||
expect(response.url()).toContain('api/show/screen/1');
|
||||
expect(response.url()).toContain('api/show/screen/10');
|
||||
});
|
||||
|
||||
test('parse all types of EPD content correctly', async ({ page }) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue