lint / formatting fixes in new import test
This commit is contained in:
parent
568b1ce602
commit
798e3f3189
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ const until = webdriver.until;
|
|||
|
||||
const emptyRuleSet = "[{\"pattern\":\"(default)\",\"standards\":[]}]";
|
||||
const blockingSVGandBeacon = "[{\"pattern\":\"(default)\",\"standards\":[\"Beacon\",\"Scalable Vector Graphics (SVG) 1.1 (Second Edition)\"]}]";
|
||||
const newDomainImport = `[{"pattern":"*.example.com","standards":["Ambient Light Sensor API","WebGL Specification"]}]`;
|
||||
const newDomainImport = "[{\"pattern\":\"*.example.com\",\"standards\":[\"Ambient Light Sensor API\",\"WebGL Specification\"]}]";
|
||||
|
||||
const promiseOpenImportExportTab = function (driver) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue