Skip to content

Commit

Permalink
test: update cypress tests as per added test data in TED (appsmithorg…
Browse files Browse the repository at this point in the history
…#13761)

* update data table
  • Loading branch information
Parthvi12 committed May 11, 2022
1 parent 7856d82 commit 72e24b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ describe("AForce - Community Issues page validations", function () {

table.OpenNFilterTable("Title", "contains", "query", 'OR', 1)
table.ReadTableRowColumnData(1, 0).then(($cellData) => {
expect($cellData).to.eq("Question");
expect($cellData).to.be.oneOf(['Troubleshooting','Question'])
});
table.ReadTableRowColumnData(7, 1).then(($cellData) => {
table.ReadTableRowColumnData(6, 1).then(($cellData) => {
expect($cellData).to.eq("Run storeValue commands before a Query.run()");
});
table.RemoveFilterNVerify("Question", true, false)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ describe("Git sync apps", function() {
cy.get(generatePage.selectTableDropdown).click();

cy.get(generatePage.dropdownOption)
.first()
.contains("public.configs")
.click();

// skip optional search column selection.
cy.get(generatePage.generatePageFormSubmitBtn).click();

Expand Down

0 comments on commit 72e24b9

Please sign in to comment.