Bug 1412456 - Test changes to no longer use interposition (r=felipe,bgrins,mrbkap)

MozReview-Commit-ID: 2nQPOSGTr1s
This commit is contained in:
Bill McCloskey
2017-12-04 16:48:32 -08:00
parent 3709e9e8af
commit 427710d960
170 changed files with 658 additions and 666 deletions

View File

@@ -70,7 +70,7 @@ add_task(async function test() {
// get the title
// eslint-disable-next-line mozilla/no-cpows-in-tests
let title = browser.contentDocument.title.trim().split("|");
let title = browser.contentDocumentAsCPOW.title.trim().split("|");
// check each item in the title and validate it meets expectatations
for (let part of title) {