Skip to content

Commit

Permalink
UpdMethodInRequestTitle
Browse files Browse the repository at this point in the history
  • Loading branch information
WendyFPM committed Jun 10, 2024
1 parent 77f33d1 commit 3fa935a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/requestTitle.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class RequestTitle {
cy.get(selectors.caseTitleField).should('be.visible').click().clear();
cy.get(selectors.caseTitleField).type(caseTitle);
cy.xpath('//div[@aria-label="Category"]//span[text()="Uncategorized"]').should('be.visible');
cy.xpath('//div[@id="nav-config"]//button[text()="Save"]').should('be.visible').click({force: true});
cy.xpath('//div[@id="nav-config"]//button[text()="Save and publish"]').should('be.visible').click({force: true});
cy.get('[class="alert d-none d-lg-block alertBox alert-dismissible alert-success"]').should('be.visible');
}

Expand Down

0 comments on commit 3fa935a

Please sign in to comment.