mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-11 12:12:55 +00:00
test: rework ui tests for new layout
This commit is contained in:
committed by
Rainer Killinger
parent
0bce9e5452
commit
de10654675
@@ -29,7 +29,7 @@ describe('ical', function () {
|
||||
|
||||
it('should export a single event', function () {
|
||||
cy.visit('/search');
|
||||
cy.get('ion-searchbar').click().type('test{enter}');
|
||||
cy.get('ion-searchbar').click().type('test');
|
||||
cy.contains('ion-item', 'UNIcert (Test)')
|
||||
.contains('ion-chip', 'Termine Auswählen')
|
||||
.click();
|
||||
|
||||
Reference in New Issue
Block a user