Merge pull request #4984 from imurchie/isaac-error-fix

Fix error in test assertion
This commit is contained in:
Isaac A. Murchie 2015-04-21 14:54:11 -07:00
Родитель 22e6043034 85a38d455f
Коммит 9d89eea9d4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -52,7 +52,7 @@ describe('uicatalog - basic @skip-ios6', function () {
.catch(function (err) {
// Instruments is broken in 8.1, 8.2, 8.3
// can't scroll if already scrolled all the way down
err.status.should.equal(status.codes.JavaScriptError);
err.status.should.equal(status.codes.JavaScriptError.code);
})
.elementByXPath("//UIAStaticText[contains(@label, 'Switches')]").click()
.elementByClassName("UIASwitch").click().isSelected()