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