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

9 lines
222 B
TypeScript

it('share should be activated', function() {
element(by.css('.e2eAdvancedCardShareButton')).click();
});
it('favorite should be activated', function() {
element(by.css('.e2eAdvancedCardFavoriteButton')).click();
});