Add back macro locator
This commit is contained in:
@@ -30,8 +30,7 @@ test.describe('Macros', () => {
|
||||
await form.locator(".btn-primary").click();
|
||||
|
||||
// Adds partial view to macro
|
||||
// THIS SHOULD BE await page.locator('[data-element="property-label-macroPartialViewPickerProperty"]').click(); IN V11
|
||||
await page.locator('[label="Macro partial view"]').click();
|
||||
await page.locator('[data-element="property-label-macroPartialViewPickerProperty"]').click();
|
||||
|
||||
await page.locator('[data-element="tree-item-' + partialViewName + '.cshtml"]').click();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user