Fix prettier

This commit is contained in:
althaf.hameez
2020-10-15 18:53:46 +08:00
parent a6c47b3d18
commit 4e5d8b28ac
+5 -1
View File
@@ -301,7 +301,11 @@ async function testAppServe(pluginName: string, appDir: string) {
try {
const browser = new Browser();
await waitForPageWithText(browser, '/', 'Acme Corporation Service Catalog');
await waitForPageWithText(
browser,
'/',
'Acme Corporation Service Catalog',
);
await waitForPageWithText(
browser,
`/${pluginName}`,