Skip to content

Commit

Permalink
updateMethodInDT
Browse files Browse the repository at this point in the history
  • Loading branch information
WendyFPM committed Jun 4, 2024
1 parent 313f61c commit ab66429
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pages/decisionTables.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,7 @@ export class DecisionTable {
searchDecisionTableAndSelectOptions(decisionTableName, option) {
cy.xpath(selectors.tableDT).should('be.visible');
cy.xpath(selectors.menuDT).should('be.visible');
cy.xpath(selectors.searchDTinput)
.type(decisionTableName, { delay: 51 })
.should("have.value", decisionTableName);
cy.get(selectors.loadingSpinnerDT).should('be.visible');
cy.get(selectors.loadingSpinnerDT).should('not.be.visible');
this.searchDecisionTable(decisionTableName);
cy.xpath(selectors.menuDT).first().click();
switch (option) {
case "edit":
Expand Down

0 comments on commit ab66429

Please sign in to comment.