Skip to content

Commit

Permalink
lint issues resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
“NandanAnantharamu” committed Oct 21, 2024
1 parent 69d5f49 commit 1eb1079
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/client/cypress/support/Pages/DataSources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,7 @@ export class DataSources {
datasourceName,
);
this.agHelper.GetNClick(this._selectTableDropdown, 0, true);
cy.get(
`div[role="listbox"] p:contains("${tableName}")`,
).click();
cy.get(`div[role="listbox"] p:contains("${tableName}")`).click();
this.agHelper.GetNClick(this._generatePageBtn);
this.assertHelper.AssertNetworkStatus("@replaceLayoutWithCRUDPage", 201);
this.agHelper.ClickButton("Got it");
Expand Down

0 comments on commit 1eb1079

Please sign in to comment.