Acme corporation fix

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