I want to test if each of the elements .elem1 contain an element .elem2. Tried this but doesn't seem to work as expected:
.elem1
.elem2
expect(element.all(by.css('.elem1')).all(by.css('.elem2')).isDisplayed()).toBeTruthy();
Aucun commentaire:
Enregistrer un commentaire