open command
This commit is contained in:
parent
0b558cc523
commit
2df2a091ea
3 changed files with 0 additions and 3 deletions
|
@ -33,7 +33,6 @@ describe("open command test", () => {
|
||||||
let firefox;
|
let firefox;
|
||||||
let session;
|
let session;
|
||||||
let browser;
|
let browser;
|
||||||
let tab;
|
|
||||||
let body;
|
let body;
|
||||||
|
|
||||||
before(async() => {
|
before(async() => {
|
||||||
|
|
|
@ -33,7 +33,6 @@ describe("tabopen command test", () => {
|
||||||
let firefox;
|
let firefox;
|
||||||
let session;
|
let session;
|
||||||
let browser;
|
let browser;
|
||||||
let tab;
|
|
||||||
let body;
|
let body;
|
||||||
|
|
||||||
before(async() => {
|
before(async() => {
|
||||||
|
|
|
@ -33,7 +33,6 @@ describe("winopen command test", () => {
|
||||||
let firefox;
|
let firefox;
|
||||||
let session;
|
let session;
|
||||||
let browser;
|
let browser;
|
||||||
let tab;
|
|
||||||
let body;
|
let body;
|
||||||
|
|
||||||
before(async() => {
|
before(async() => {
|
||||||
|
|
Reference in a new issue