Fix e2e tests

This commit is contained in:
althaf.hameez
2020-10-15 14:59:30 +08:00
parent c861f4415f
commit 9c779c0b09
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
describe('App', () => {
it('should render the catalog', () => {
cy.visit('/');
cy.contains('Backstage Service Catalog');
cy.contains('Spotify Service Catalog');
});
});
+1 -1
View File
@@ -301,7 +301,7 @@ async function testAppServe(pluginName: string, appDir: string) {
try {
const browser = new Browser();
await waitForPageWithText(browser, '/', 'Backstage Service Catalog');
await waitForPageWithText(browser, '/', 'Spotify Service Catalog');
await waitForPageWithText(
browser,
`/${pluginName}`,