Add back macro locator

This commit is contained in:
Zeegaan
2022-10-19 07:51:24 +02:00
parent 61415b5c31
commit cb9c165794

View File

@@ -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();