зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
283e30f0f0
Коммит
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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче