Skip to content

Commit ae25045

Browse files
test: update expected response verification error
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 0de5780 commit ae25045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/snapshots.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const snapshotTests = ({satelliteKind}: {satelliteKind: 'website' | 'application
1818
await cliPage.clearHosting();
1919

2020
const satellitePage = await consolePage.visitSatelliteSite({
21-
title: 'Internet Computer - Error: response verification error'
21+
title: 'Response Verification Error - 503 | Internet Computer'
2222
});
2323
await satellitePage.assertScreenshot();
2424

@@ -45,7 +45,7 @@ const snapshotTests = ({satelliteKind}: {satelliteKind: 'website' | 'application
4545
await cliPage.clearHosting();
4646

4747
const satellitePage = await consolePage.visitSatelliteSite({
48-
title: 'Internet Computer - Error: response verification error'
48+
title: 'Response Verification Error - 503 | Internet Computer'
4949
});
5050
await satellitePage.assertScreenshot();
5151

0 commit comments

Comments
 (0)