Removed Reload action (#5450)
* removed Reload action * count assertion removed
This commit is contained in:
parent
c5e56662a1
commit
b11f0d8d7f
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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}}");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user