mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 09:32:41 +00:00
feat: separate prettier from eslint
This commit is contained in:
committed by
Thea Schöbl
parent
939fb6ef0f
commit
a88d000ccd
@@ -29,10 +29,7 @@ describe('news', function () {
|
||||
cy.visit('/news');
|
||||
cy.get('stapps-news-item').should('have.length', 6);
|
||||
cy.wait(500);
|
||||
cy.get('stapps-news-page > ion-content')
|
||||
.shadow()
|
||||
.find('main')
|
||||
.scrollTo('bottom');
|
||||
cy.get('stapps-news-page > ion-content').shadow().find('main').scrollTo('bottom');
|
||||
cy.wait('@search');
|
||||
cy.get('stapps-news-item').should('have.length', 12);
|
||||
});
|
||||
@@ -49,8 +46,6 @@ describe('news', function () {
|
||||
fixture: 'search/types/message/single-message.json',
|
||||
}).as('search');
|
||||
cy.visit('/data-detail/c90c7d30-410f-5aea-a67b-ea1f98929b93');
|
||||
cy.contains('ion-card', 'Ursprünglicher Link')
|
||||
.find('ion-icon[name="open_in_browser"]')
|
||||
.should('exist');
|
||||
cy.contains('ion-card', 'Ursprünglicher Link').find('ion-icon[name="open_in_browser"]').should('exist');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user