mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
9 lines
222 B
TypeScript
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();
|
|
});
|