Files
Brandy Carney 4584829b86 test(card): added missing tests for card
for some reason the iOS clicks aren’t showing in the screenshots.
references #369
2015-10-28 15:31:45 -04:00

13 lines
307 B
TypeScript

it('view should be activated', function() {
element(by.css('.e2eBasicCardViewButton')).click();
});
it('link 1 should be activated', function() {
element(by.css('.e2eBasicCardLink1')).click();
});
it('button 1 should be activated', function() {
element(by.css('.e2eBasicCardButton1')).click();
});