You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It's not related to a problem, but more like an enhancement.
Right now, in the LCP tests, we are loading the page, and wait for 2 seconds before closing it (here).
I was thinking, as we implemented this for the SaaS to know when the script has finished to run if we could re-use it for the e2e.
As it adds an attribute to an element for the SaaS to detect the end of the script, we could re-use it to detect it on the e2e process as well.
Describe the solution you'd like
Detect the attributes the same way the SaaS does so we can avoid waiting for a period of time which could be not enough OR too long compare to the real time needed for the script to run.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It's not related to a problem, but more like an enhancement.
Right now, in the LCP tests, we are loading the page, and wait for 2 seconds before closing it (here).
I was thinking, as we implemented this for the SaaS to know when the script has finished to run if we could re-use it for the e2e.
As it adds an attribute to an element for the SaaS to detect the end of the script, we could re-use it to detect it on the e2e process as well.
Describe the solution you'd like
Detect the attributes the same way the SaaS does so we can avoid waiting for a period of time which could be not enough OR too long compare to the real time needed for the script to run.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: