Skip to content

Commit

Permalink
chore: update locator
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-golovanov committed Dec 9, 2024
1 parent 17e9e73 commit 5263092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/cypress/support/Pages/DebuggerHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class DebuggerHelper {
_logsGroup: "[data-testid='t--log-filter']",
_logGroupOption: (option: string) =>
`[data-testid='t--log-filter-${option}']`,
_downStreamLogMessage: ".t--debugger-log-downstream-message",
_downStreamLogMessage: "[data-testid='t--response-error']",
};

OpenDebugger() {
Expand Down

0 comments on commit 5263092

Please sign in to comment.