Skip to content

Commit 60edd25

Browse files
authored
@releng updating af-core (#1581)
* @releng updating af-core * @releng updating af-core * Fixing test cases * Fixing test case * updating af-core
1 parent 6313288 commit 60edd25

File tree

3 files changed

+21
-20
lines changed

3 files changed

+21
-20
lines changed

ui.frontend/package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui.frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"webpack-merge": "^5.8.0"
2626
},
2727
"dependencies": {
28-
"@aemforms/af-core": "^0.22.119",
28+
"@aemforms/af-core": "^0.22.124",
2929
"@aemforms/af-core-xfa": "^0.1.6",
30-
"@aemforms/af-formatters": "^0.22.119",
30+
"@aemforms/af-formatters": "^0.22.124",
3131
"@aemforms/af-custom-functions": "1.0.14"
3232
}
3333
}

ui.tests/test-module/specs/panelcontainer/panelcontainer.runtime.cy.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,9 @@ describe( "Form Runtime with Panel Container - Basic Tests", () => {
264264
cy.get(`#${textInputOfPanelId}`).should('have.attr', 'data-cmp-enabled', 'false');
265265
cy.get(`#${textInputOfFormElemId}`).find(".cmp-adaptiveform-textinput__widget")
266266
.type("b").blur().then(() => {
267-
cy.get(`#${numberInputOfPanelId}`).should('have.attr', 'data-cmp-enabled', 'false');
268-
cy.get(`#${textInputOfPanelId}`).should('have.attr', 'data-cmp-enabled', 'true');
267+
// this test was incorrectly written earlier
268+
cy.get(`#${numberInputOfPanelId}`).should('have.attr', 'data-cmp-enabled', 'true');
269+
cy.get(`#${textInputOfPanelId}`).should('have.attr', 'data-cmp-enabled', 'false');
269270
});
270271
});
271272

0 commit comments

Comments
 (0)