Skip to content

Commit

Permalink
chore: update support link
Browse files Browse the repository at this point in the history
in settings.spec.ts
  • Loading branch information
314159265359879 authored Oct 9, 2024
1 parent 696b9bb commit 9b2dba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/specs/settings/settings.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test.describe('Settings menu', () => {

await test
.expect(supportPage)
.toHaveURL('https://leather.gitbook.io/guides/installing/contact-support');
.toHaveURL('https://leather.io/support');

Check failure on line 24 in tests/specs/settings/settings.spec.ts

View workflow job for this annotation

GitHub Actions / Shard 9 of 10

[chromium] › specs/settings/settings.spec.ts:14:3 › Settings menu › that menu item takes user to support page

1) [chromium] › specs/settings/settings.spec.ts:14:3 › Settings menu › that menu item takes user to support page Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected) Locator: locator(':root') Expected string: "https://leather.io/support" Received string: "https://leather.io/contact" Call log: - expect.toHaveURL with timeout 5000ms - waiting for locator(':root') - locator resolved to <html lang="en-US">…</html> - unexpected value "https://leather.io/contact" - locator resolved to <html lang="en-US">…</html> - unexpected value "https://leather.io/contact" - locator resolved to <html lang="en-US">…</html> - unexpected value "https://leather.io/contact" - locator resolved to <html lang="en-US">…</html> - unexpected value "https://leather.io/contact" - locator resolved to <html lang="en-US">…</html> - unexpected value "https://leather.io/contact" - locator resolved to <html lang="en-US">…</html> - unexpected value "https://leather.io/contact" - locator resolved to <html lang="en-US">…</html> - unexpected value "https://leather.io/contact" - locator resolved to <html lang="en-US">…</html> - unexpected value "https://leather.io/contact" 22 | await test 23 | .expect(supportPage) > 24 | .toHaveURL('https://leather.io/support'); | ^ 25 | }); 26 | 27 | test('that menu item can perform sign out', async ({ homePage, onboardingPage }) => { at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:24:8

Check failure on line 24 in tests/specs/settings/settings.spec.ts

View workflow job for this annotation

GitHub Actions / Shard 9 of 10

[chromium] › specs/settings/settings.spec.ts:14:3 › Settings menu › that menu item takes user to support page

1) [chromium] › specs/settings/settings.spec.ts:14:3 › Settings menu › that menu item takes user to support page Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected) Locator: locator(':root') Expected string: "https://leather.io/support" Received string: "https://leather.io/contact" Call log: - expect.toHaveURL with timeout 5000ms - waiting for locator(':root') - locator resolved to <html lang="en-US">…</html> - unexpected value "https://leather.io/contact" - locator resolved to <html lang="en-US">…</html> - unexpected value "https://leather.io/contact" - locator resolved to <html lang="en-US">…</html> - unexpected value "https://leather.io/contact" - locator resolved to <html lang="en-US">…</html> - unexpected value "https://leather.io/contact" - locator resolved to <html lang="en-US">…</html> - unexpected value "https://leather.io/contact" - locator resolved to <html lang="en-US">…</html> - unexpected value "https://leather.io/contact" - locator resolved to <html lang="en-US">…</html> - unexpected value "https://leather.io/contact" - locator resolved to <html lang="en-US">…</html> - unexpected value "https://leather.io/contact" 22 | await test 23 | .expect(supportPage) > 24 | .toHaveURL('https://leather.io/support'); | ^ 25 | }); 26 | 27 | test('that menu item can perform sign out', async ({ homePage, onboardingPage }) => { at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:24:8

Check failure on line 24 in tests/specs/settings/settings.spec.ts

View workflow job for this annotation

GitHub Actions / Shard 9 of 10

[chromium] › specs/settings/settings.spec.ts:14:3 › Settings menu › that menu item takes user to support page

1) [chromium] › specs/settings/settings.spec.ts:14:3 › Settings menu › that menu item takes user to support page Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected) Locator: locator(':root') Expected string: "https://leather.io/support" Received string: "https://leather.io/contact" Call log: - expect.toHaveURL with timeout 5000ms - waiting for locator(':root') - locator resolved to <html lang="en-US">…</html> - unexpected value "https://leather.io/contact" - locator resolved to <html lang="en-US">…</html> - unexpected value "https://leather.io/contact" - locator resolved to <html lang="en-US">…</html> - unexpected value "https://leather.io/contact" - locator resolved to <html lang="en-US">…</html> - unexpected value "https://leather.io/contact" - locator resolved to <html lang="en-US">…</html> - unexpected value "https://leather.io/contact" - locator resolved to <html lang="en-US">…</html> - unexpected value "https://leather.io/contact" - locator resolved to <html lang="en-US">…</html> - unexpected value "https://leather.io/contact" - locator resolved to <html lang="en-US">…</html> - unexpected value "https://leather.io/contact" 22 | await test 23 | .expect(supportPage) > 24 | .toHaveURL('https://leather.io/support'); | ^ 25 | }); 26 | 27 | test('that menu item can perform sign out', async ({ homePage, onboardingPage }) => { at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:24:8
});

test('that menu item can perform sign out', async ({ homePage, onboardingPage }) => {
Expand Down

0 comments on commit 9b2dba7

Please sign in to comment.