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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed after being marked stale. If you're still facing this problem with the above solution, please comment and we'll reopen!
Hi,
when running tests, we see a couple of import errors for a11ysuite.js, originating from generated-index.html. I traced it down to this line:
https://github.com/Polymer/tools/blob/master/packages/web-component-tester/runner/webserver.ts#L163
shouldn't the import read instead :
scripts.push('../web-component-tester/data/a11ysuite.js');
?
Just like you do when importing the browser script here:
https://github.com/Polymer/tools/blob/master/packages/web-component-tester/runner/webserver.ts#L159
The text was updated successfully, but these errors were encountered: