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