@cqa-lib/cqa-ui 1.1.535 → 1.1.536

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,9 +13,13 @@ export interface FailedStepData {
13
13
  reason: string;
14
14
  stepTitle?: string;
15
15
  errorMessage?: string;
16
+ /** From run result `executedResult.failure_type` (e.g. `SYNTAX_ERROR`). */
17
+ failure_type?: string;
16
18
  }
17
19
  export declare class FailedStepCardComponent {
18
20
  failedStepData: FailedStepData;
21
+ readonly syntaxErrorLeadMessage = "No steps were executed due to a syntax error in the test case. Please review and fix the syntax issue before re-running.";
22
+ get isSyntaxErrorFailure(): boolean;
19
23
  get headerTitle(): string;
20
24
  get errorText(): string;
21
25
  get videoTimestamp(): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.535",
3
+ "version": "1.1.536",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",