Commit 8eb95864 authored by yann300's avatar yann300

fix e2e tests

parent d2618a69
......@@ -18,7 +18,7 @@ function checkStyle (browser, cssSelector, styleProperty, expectedResult, callba
}, [cssSelector, styleProperty], function (result) {
const value = result.value
browser.assert.equal(value.trim(), expectedResult)
browser.assert.equal(value.trim().toLowerCase(), expectedResult.toLowerCase())
callback()
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment