Skip to content

Commit

Permalink
fixing cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitakinger committed Dec 1, 2024
1 parent 2985ea9 commit 94ce98d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/client/cypress/support/Pages/ApiPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class ApiPage {
private _paginationTypeLabels = ".t--apiFormPaginationType label";
_saveAsDS = ".t--store-as-datasource";
_responseStatus = ".t--response-status-code";
public _responseTabError = "[data-testid=t--tab-ERROR_TAB]";
public _debugger = ".t--debugger-count";
public _autoGeneratedHeaderInfoIcon = (key: string) =>
`.t--auto-generated-${key}-info`;
_nextCursorValue = ".t--apiFormPaginationNextCursorValue";
Expand Down Expand Up @@ -470,7 +470,7 @@ export class ApiPage {
}

DebugError() {
this.agHelper.GetNClick(this._responseTabError);
this.agHelper.GetNClick(this._debugger);
}

public FillCurlNImport(value: string) {
Expand Down

0 comments on commit 94ce98d

Please sign in to comment.