Merge pull request #5483 from backstage/rugvip/notgreet
catalog: switch out time-based greeting for plain title
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
describe('App', () => {
|
||||
it('should render the catalog', () => {
|
||||
cy.visit('/');
|
||||
cy.contains('My Company Service Catalog');
|
||||
cy.contains('My Company Catalog');
|
||||
});
|
||||
});
|
||||
|
||||
@@ -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}`,
|
||||
|
||||
Reference in New Issue
Block a user