WIP - Improve e2e tests (#1600)

environments/ppa-mbqj77/deployments/671^2
Christophe Maudoux 6 years ago
parent df8ff7c86f
commit 7bc54a0a16
  1. 3
      e2e-tests/manager/50-2ndFA.js

@ -12,7 +12,8 @@ describe('50 Lemonldap::NG Manager', function() {
browser.get('/');
var links = element.all(by.repeater('l in links'));
expect(links.count()).toEqual(4);
element.all(by.xpath("//a[@href='2ndfa.html']")).first().click();
element(by.xpath("//a[@href='2ndfa.html']")).getCssValue("color").toEqual("rgba(11, 51, 60, 1)");
element(by.xpath("//a[@href='2ndfa.html']")).click();
});
});

Loading…
Cancel
Save