chore: try to fix e2e tests on IE

This commit is contained in:
Roman Hotsiy 2017-02-27 16:50:27 +02:00
parent 6643d09a3a
commit 423b8754f2
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -88,6 +88,7 @@ describe('Language tabs sync', () => {
var EC = protractor.ExpectedConditions;
browser.wait(EC.elementToBeClickable($item), 5000);
$item.click().then(() => {
browser.sleep(500);
expect($('[operation-id="updatePet"] li.active').getText()).toContain('PHP');
});
});