Skip to content

Commit

Permalink
all my test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncanma committed May 26, 2024
1 parent 1217c4b commit 4cbe428
Show file tree
Hide file tree
Showing 52 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/minimum.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,24 @@ test('Small Album Buy Links', async ({ page }, testInfo) => {
await visualDiffAlbum(page, '/albums/osaka/', testInfo);
});

test('Small Album Purchase', async ({ page }, testInfo) => {
await visualDiffAlbum(page, '/albums/osaka/purchase.html', testInfo);
test('Small Album Purchase', async ({ page }) => {
await visualDiff(page, '/albums/osaka/purchase.html');
});

test('Albums', async ({ page }, testInfo) => {
await visualDiffAlbum(page, '/albums/', testInfo);
test('Albums', async ({ page }) => {
await visualDiff(page, '/albums/');
});

test('Tags', async ({ page }, testInfo) => {
await visualDiffAlbum(page, '/tags/', testInfo);
test('Tags', async ({ page }) => {
await visualDiff(page, '/tags/');
});

test('Tag Performance', async ({ page }, testInfo) => {
await visualDiffAlbum(page, '/tags/performance/', testInfo);
test('Tag Performance', async ({ page }) => {
await visualDiff(page, '/tags/performance/');
});

test('Publications', async ({ page }, testInfo) => {
await visualDiffAlbum(page, '/publications/', testInfo);
test('Publications', async ({ page }) => {
await visualDiff(page, '/publications/');
});


Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4cbe428

Please sign in to comment.