Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mgurgel committed Dec 11, 2024
1 parent b42789b commit 7abf4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/ios.spec-int.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ test.describe('phishing & malware protection', () => {
const dash = await DashboardPage.webkit(page, { platform: 'macos' });
await dash.addState([testDataStates.malware]);
await dash.clickReportAsSafeLink();
await dash.mocks.calledForReportAsSafeLink();
await dash.mocks.calledForReportAsSafeLink('https://privacy-test-pages.site/security/badware/malware.html');
});

test('shows help page link', async ({ page }) => {
Expand Down

0 comments on commit 7abf4e8

Please sign in to comment.