Skip to content

Commit

Permalink
Trying to fix external link test for Safari and Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
liljenback committed Jun 26, 2024
1 parent 2e61d4d commit d4b0b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/specs/Data Collector/C8118.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ test.meta({
const INTERNAL_LINK_ANCHOR_1 = `<a href="blank.html"><span id="alloy-link-test">Test Link</span></a>`;
const INTERNAL_LINK_ANCHOR_2 = `<a href="blank.html" id="alloy-link-test">Internal Link</a>`;
const DOWNLOAD_LINK_ANCHOR = `<a href="example.zip" id="alloy-link-test" download>Download Zip File</a>`;
const EXTERNAL_LINK_ANCHOR = `<a href="https://example.com" id="alloy-link-test">External Link</a>`;
const EXTERNAL_LINK_ANCHOR = `<a href="https://example.com/" id="alloy-link-test">External Link</a>`;

const addLinkToBody = (link) => {
return addHtmlToBody(`${link}`);
Expand Down

0 comments on commit d4b0b05

Please sign in to comment.