mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
parent
e9f5af110c
commit
ba3ea9b36c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ test.describe('Portal Settings', () => {
|
|||
const modal = await openPortalLinks(sharedPage);
|
||||
|
||||
// fetch portal default url from input
|
||||
const portalUrl = await modal.getByLabel('Default').inputValue();
|
||||
const portalUrl = await modal.getByLabel('Default:').inputValue();
|
||||
await sharedPage.goto(portalUrl);
|
||||
|
||||
const portalFrame = sharedPage.locator('[data-testid="portal-popup-frame"]');
|
||||
|
|
Loading…
Add table
Reference in a new issue