Skip to content

Commit

Permalink
updateMethodDT
Browse files Browse the repository at this point in the history
  • Loading branch information
WendyFPM committed Jun 4, 2024
1 parent e320bb6 commit d486749
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/decisionTables.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export class DecisionTable {
cy.xpath(selectors.tableDT).should('be.visible');
cy.xpath(selectors.menuDT).should('be.visible');
this.searchDecisionTable(decisionTableName);
this.loadJumbotron();
cy.xpath(selectors.menuDT).first().click();
switch (option) {
case "edit":
Expand Down

0 comments on commit d486749

Please sign in to comment.