Merge pull request #5483 from backstage/rugvip/notgreet

catalog: switch out time-based greeting for plain title
This commit is contained in:
Patrik Oldsberg
2021-04-27 14:26:06 +02:00
committed by GitHub
10 changed files with 18 additions and 21 deletions
@@ -1,6 +1,6 @@
describe('App', () => {
it('should render the catalog', () => {
cy.visit('/');
cy.contains('My Company Service Catalog');
cy.contains('My Company Catalog');
});
});
+1 -1
View File
@@ -335,7 +335,7 @@ async function testAppServe(pluginName: string, appDir: string) {
try {
const browser = new Browser();
await waitForPageWithText(browser, '/', 'My Company Service Catalog');
await waitForPageWithText(browser, '/', 'My Company Catalog');
await waitForPageWithText(
browser,
`/${pluginName}`,