create-app: update e2e test in app template

This commit is contained in:
Patrik Oldsberg
2020-08-13 15:30:25 +02:00
parent be08475017
commit da5fb05a3f
@@ -1,8 +1,6 @@
describe('App', () => {
it('should render the welcome page', () => {
it('should render the catalog', () => {
cy.visit('/');
cy.contains('Welcome to Backstage');
cy.contains('Getting Started');
cy.contains('Quick Links');
cy.contains('Backstage Service Catalog');
});
});