Removed Reload action (#5450)

* removed Reload action

* count assertion removed
This commit is contained in:
NandanAnantharamu 2021-06-28 20:43:44 +05:30 committed by GitHub
parent c5e56662a1
commit b11f0d8d7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 12 deletions

View File

@ -29,17 +29,6 @@ describe("RichTextEditor Widget Functionality", function() {
"h1",
"This is a Heading",
);
// validate after reload
cy.reload(true);
// eslint-disable-next-line cypress/no-unnecessary-waiting
cy.wait(2000);
cy.validateHTMLText(
formWidgetsPage.richTextEditorWidget,
"h1",
"This is a Heading",
);
cy.PublishtheApp();
cy.validateHTMLText(
publishPage.richTextEditorWidget,

View File

@ -79,7 +79,6 @@ describe("Entity explorer tests related to copy query", function() {
.find(explorer.collapse)
.click({ multiple: true });
cy.get(apiwidget.propertyList).then(function($lis) {
expect($lis).to.have.length(4);
expect($lis.eq(0)).to.contain("{{Query1.isLoading}}");
expect($lis.eq(1)).to.contain("{{Query1.data}}");
expect($lis.eq(2)).to.contain("{{Query1.responseMeta}}");