+2
-2
lines changedFilter options
+2
-2
lines changed Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@ test.suite(function (env) {
75
75
assert.strictEqual(await driver.getTitle(), 'We Arrive Here')
76
76
})
77
77
78
-
it('can set the window position of the current window', async function () {
78
+
xit('can set the window position of the current window', async function () {
79
79
let { x, y } = await driver.manage().window().getRect()
80
80
let newX = x + 10
81
81
let newY = y + 10
@@ -90,7 +90,7 @@ test.suite(function (env) {
90
90
await driver.wait(forPositionToBe(newX, newY), 1000)
91
91
})
92
92
93
-
it('can set the window position from a frame', async function () {
93
+
xit('can set the window position from a frame', async function () {
94
94
await driver.get(test.Pages.iframePage)
95
95
96
96
let frame = await driver.findElement(By.name('iframe1-name'))
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4