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
if (config.timer) {
events?.startTimer('page load time');
}
Are these meant to be two different timers or is this just an error?
In either case, it is probably wise to make the name more specific, (e.g. axe page load time) to avoid the potential for conflicts with non-axe timers (which is what I thought this was originally from).
The text was updated successfully, but these errors were encountered:
seeing the difference in the axe-test-ulrs.ts file - instead of page load time , updated as axe page load time so that it is looking for the time to load only for the test page after triggering axe
When using timers, an warning is reported:
It looks like this might just be because the timer is set twice in
packages/cli/src/lib/axe-test-urls.ts
?Are these meant to be two different timers or is this just an error?
In either case, it is probably wise to make the name more specific, (e.g.
axe page load time
) to avoid the potential for conflicts with non-axe timers (which is what I thought this was originally from).The text was updated successfully, but these errors were encountered: