E2E: QA Added acceptance tests for AllowEditInvariantFromNonDefault setting in the nested block#22762
E2E: QA Added acceptance tests for AllowEditInvariantFromNonDefault setting in the nested block#22762nhudinh0309 wants to merge 24 commits into
Conversation
|
Claude finished @nhudinh0309's task in 4m 10s —— View job PR ReviewTarget: Adds 36 Playwright E2E tests covering the Important
// Line 1852 — fix:
const createNewButtonLocator = this.page.getByTestId(`property:${blockName.toLowerCase()}`).locator('uui-button').filter({hasText: 'Add ' + blockName});
// Line 1857 — fix:
const createNewButtonLocator = this.page.getByTestId(`property:${blockName.toLowerCase()}`).locator('uui-button').filter({hasText: 'Add ' + blockName});
// Restore to:
"smokeTest": "npm run build && npx playwright test DefaultConfig --grep \"@smoke\"",Suggestions
Request ChangesThe missing space in the two |
…ariant-setting-in-nested-block-tests
|



This PR adds acceptance tests for the AllowEditInvariantFromNonDefault setting in the nested block
AllowEditInvariantFromNonDefault = False
AllowEditInvariantFromNonDefault = False