Skip to content

Commit

Permalink
fix url issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Khadreal committed Sep 23, 2024
1 parent 511a359 commit d6fa3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/support/steps/lcp-beacon-script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ When('I visit the urls and check for lazyload', async function (this: ICustomWor
Array.from(images).forEach((img) => {
result[url] = {
src: img.getAttribute('src'),
url: `${WP_BASE_URL}/${key}`,
url: url,
lazyloaded: img.classList.contains('lazyloaded')
}
});
Expand Down

0 comments on commit d6fa3e3

Please sign in to comment.