Skip to content
This repository was archived by the owner on Dec 31, 2019. It is now read-only.

Commit bac00a1

Browse files
committed
rebase
1 parent fa5717e commit bac00a1

2 files changed

Lines changed: 1 addition & 16 deletions

File tree

test/itg/1.6/common.webdriverio.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,20 +118,13 @@ module.exports = {
118118
client = webdriverio
119119
.remote(options2)
120120
.init()
121-
<<<<<<< HEAD
122121
.windowHandleSize({width: 1280, height: 1024});
123-
=======
124-
.windowHandleMaximize()
125-
>>>>>>> 4b61d13... Adding .windowHandleMaximize()
126122
} else {
127123
client = webdriverio
128124
.remote(options)
129125
.init()
130-
<<<<<<< HEAD
131126
.windowHandleSize({width: 1280, height: 1024});
132-
=======
133-
.windowHandleMaximize()
134-
>>>>>>> 4b61d13... Adding .windowHandleMaximize()
127+
135128
}
136129
initCommands(client);
137130

test/itg/1.7/common.webdriverio.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,20 +98,12 @@ module.exports = {
9898
client = webdriverio
9999
.remote(options2)
100100
.init()
101-
<<<<<<< HEAD
102101
.windowHandleSize({width: 1280, height: 1024});
103-
=======
104-
.windowHandleMaximize()
105-
>>>>>>> 4b61d13... Adding .windowHandleMaximize()
106102
} else {
107103
client = webdriverio
108104
.remote(options)
109105
.init()
110-
<<<<<<< HEAD
111106
.windowHandleSize({width: 1280, height: 1024});
112-
=======
113-
.windowHandleMaximize()
114-
>>>>>>> 4b61d13... Adding .windowHandleMaximize()
115107
}
116108
initCommands(client);
117109

0 commit comments

Comments
 (0)