Backed out changeset 8d42de3d9245 (bug 1443861) for landing without reviewer

This commit is contained in:
Andreea Pavel 2018-08-26 21:15:12 +03:00
Родитель 442811682a
Коммит bf660f16a4
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -58,8 +58,8 @@ var gTests = [
await closeStream();
// TODO(Bug 1304997): Fix the race in closeStream() and remove this
// TestUtils.waitForCondition().
await TestUtils.waitForCondition(() => !tab.getAttribute("sharing"));
// promiseWaitForCondition().
await promiseWaitForCondition(() => !tab.getAttribute("sharing"));
is(tab.getAttribute("sharing"), "",
"the tab no longer has the 'sharing' attribute after closing the stream");
}