Bug 1072859 - ESLint followup a=bustage

MozReview-Commit-ID: Kpz7RiG1Wb9
This commit is contained in:
Wes Kocher 2017-03-08 16:45:44 -08:00
parent 33aefe67f8
commit 1be60686d5

View File

@ -6,7 +6,7 @@
// Test that permission popups asking for user approval still appear in RDM
const DUMMY_URL = "http://example.com/";
const TEST_URL = `${URL_ROOT}geolocation.html`;
const TEST_SURL = TEST_URL.replace('http://example.com', 'https://example.com');
const TEST_SURL = TEST_URL.replace("http://example.com", "https://example.com");
function waitForGeolocationPrompt(win, browser) {
return new Promise(resolve => {