mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 1891644
- Fix for test_moz_page_nav.html high frequency failure r=reusable-components-reviewers,tgiles
Differential Revision: https://phabricator.services.mozilla.com/D207589
This commit is contained in:
parent
283e30f0f0
commit
07a4f5031d
@ -242,12 +242,12 @@ function isActiveElement(expectedActiveEl) {
|
||||
)
|
||||
await tab();
|
||||
ok(
|
||||
isActiveElement(supportLink),
|
||||
isActiveElement(supportLink.linkEl),
|
||||
"The support link is selected"
|
||||
)
|
||||
await tab();
|
||||
ok(
|
||||
isActiveElement(externalLink),
|
||||
isActiveElement(externalLink.linkEl),
|
||||
"The external link is selected"
|
||||
)
|
||||
await tab(true);
|
||||
|
Loading…
Reference in New Issue
Block a user