mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
9 lines
221 B
TypeScript
9 lines
221 B
TypeScript
|
|
it('should open basic datetime picker', function() {
|
|
element(by.css('.e2eOpenMMDDYYYY')).click();
|
|
});
|
|
|
|
it('should close with Done button click', function() {
|
|
element(by.css('.picker-button:last-child')).click();
|
|
});
|