refactor: remove virtual scroll

This commit is contained in:
Thea Schöbl
2023-03-29 18:28:47 +00:00
committed by Rainer Killinger
parent e90286fc68
commit e8dee1fd47
10 changed files with 121 additions and 405 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.
@@ -40,7 +40,6 @@ describe('favorites', function () {
cy.get('.title').should('contain', text);
cy.get('stapps-favorite-button').click();
});
cy.get('cdk-virtual-scroll-viewport').should('be.not.visible');
cy.get('stapps-data-list').contains('Keine Ergebnisse').should('be.visible');
});
});