feat: transition to full sidebar at xl instead of lg

This commit is contained in:
Thea Schöbl
2023-04-06 17:12:30 +00:00
committed by Rainer Killinger
parent 3e5724d9be
commit cc939f3887
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 StApps
* Copyright (C) 2023 StApps
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3.
@@ -22,7 +22,7 @@ describe('App', () => {
it('should have a proper working navigation', () => {
cy.visit('/');
cy.contains('Einstellungen').click();
cy.get('ion-title').contains('Einstellungen');
cy.contains('ion-tab-button', 'Mensa').click();
cy.get('ion-title').contains('Mensa');
});
});