Skip to content

Commit

Permalink
Updated test cases to fix get element issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivangi Mittal authored and ci-build committed May 8, 2024
1 parent e432508 commit 88d627c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ui.tests/test-module/specs/wizard/wizard.locale.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('Locale - Authoring Test', function () {
});

it('Create Form in German language', function (){
// cy.changeLanguage("de");
cy.changeLanguage("de");
cy.openPage('/aem/forms.html/content/dam/formsanddocuments');
cy.openPage('/libs/fd/fm/gui/content/forms/af/create.html').then(() => {
cy.wait('@templates', {requestTimeout: 30000});
Expand All @@ -40,9 +40,6 @@ describe('Locale - Authoring Test', function () {
cy.wait("@createFormRequest").then((interception) => {
assert.equal(interception.response?.statusCode, 200);
});
cy.wait("@createFormRequest").then((interception) => {
assert.equal(interception.response?.statusCode, 200);
});
});
cy.openPage('/editor.html/content/forms/af/language-test.html');
const dataPath = "/content/forms/af/language-test/jcr:content/guideContainer/*",
Expand Down

0 comments on commit 88d627c

Please sign in to comment.