Description
Currently, the copy link copies close button URL instead of results image url.
Server
I'm using docker compose.
Client
All browsers/OSes
Steps to reproduce
After the test, when you click on copy link button, it puts URL to the close button instead of results image URL.
Expected behaviour
URL to the results image should be provided by copy link button.
Screenshots
N/A
Please change line 99 in frontend/javascript/index.js to-
const link = document.querySelector("#results").src;
Description
Currently, the copy link copies close button URL instead of results image url.
Server
I'm using docker compose.
Client
All browsers/OSes
Steps to reproduce
After the test, when you click on copy link button, it puts URL to the close button instead of results image URL.
Expected behaviour
URL to the results image should be provided by copy link button.
Screenshots
N/A
Please change line 99 in frontend/javascript/index.js to-
const link = document.querySelector("#results").src;