create-app: update e2e test in app template
This commit is contained in:
@@ -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');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user