This commit is contained in:
althaf.hameez
2020-10-15 16:54:36 +08:00
parent 1f4f856cd4
commit 0d67d11eb3
@@ -1,6 +1,6 @@
describe('App', () => {
it('should render the catalog', () => {
cy.visit('/');
cy.contains('Backstage Service Catalog');
cy.contains('Spotify Service Catalog');
});
});