cli: update e2e test to work with new create-app

This commit is contained in:
Patrik Oldsberg
2020-08-13 19:08:32 +02:00
parent da5fb05a3f
commit e2e50025a5
+1 -1
View File
@@ -246,7 +246,7 @@ async function testAppServe(pluginName, appDir) {
try {
const browser = new Browser();
await waitForPageWithText(browser, '/', 'Welcome to Backstage');
await waitForPageWithText(browser, '/', 'Backstage Service Catalog');
await waitForPageWithText(
browser,
`/${pluginName}`,