Skip to content

fix: failure msg with enhanceErrorBe + code refactoring simplification #2956

fix: failure msg with enhanceErrorBe + code refactoring simplification

fix: failure msg with enhanceErrorBe + code refactoring simplification #2956

Triggered via pull request January 4, 2026 22:13
Status Failure
Total duration 2m 18s
Artifacts

test.yml

on: pull_request
Matrix: linux
Fit to window
Zoom out
Zoom in

Annotations

32 errors
test/matchers/beMatchers.test.ts > be* matchers > toBePresent > not - success (with wait): test/matchers/beMatchers.test.ts#L135
AssertionError: expected 'Received: "present"' to contain 'not' Expected: "not" Received: "Received: "present"" ❯ test/matchers/beMatchers.test.ts:135:34
test/matchers/beMatchers.test.ts > be* matchers > toBePresent > not - success: test/matchers/beMatchers.test.ts#L114
AssertionError: expected 'Received: "present"' to contain 'not' Expected: "not" Received: "Received: "present"" ❯ test/matchers/beMatchers.test.ts:114:34
test/matchers/beMatchers.test.ts > be* matchers > toBeExisting > not - success (with wait): test/matchers/beMatchers.test.ts#L135
AssertionError: expected 'Received: "existing"' to contain 'not' Expected: "not" Received: "Received: "existing"" ❯ test/matchers/beMatchers.test.ts:135:34
test/matchers/beMatchers.test.ts > be* matchers > toBeExisting > not - success: test/matchers/beMatchers.test.ts#L114
AssertionError: expected 'Received: "existing"' to contain 'not' Expected: "not" Received: "Received: "existing"" ❯ test/matchers/beMatchers.test.ts:114:34
test/matchers/beMatchers.test.ts > be* matchers > toBeEnabled > not - success (with wait): test/matchers/beMatchers.test.ts#L135
AssertionError: expected 'Received: "enabled"' to contain 'not' Expected: "not" Received: "Received: "enabled"" ❯ test/matchers/beMatchers.test.ts:135:34
test/matchers/beMatchers.test.ts > be* matchers > toBeEnabled > not - success: test/matchers/beMatchers.test.ts#L114
AssertionError: expected 'Received: "enabled"' to contain 'not' Expected: "not" Received: "Received: "enabled"" ❯ test/matchers/beMatchers.test.ts:114:34
test/matchers/beMatchers.test.ts > be* matchers > toBeDisplayedInViewport > not - success (with wait): test/matchers/beMatchers.test.ts#L135
AssertionError: expected 'Received: "displayed in viewport"' to contain 'not' Expected: "not" Received: "Received: "displayed in viewport"" ❯ test/matchers/beMatchers.test.ts:135:34
test/matchers/beMatchers.test.ts > be* matchers > toBeDisplayedInViewport > not - success: test/matchers/beMatchers.test.ts#L114
AssertionError: expected 'Received: "displayed in viewport"' to contain 'not' Expected: "not" Received: "Received: "displayed in viewport"" ❯ test/matchers/beMatchers.test.ts:114:34
test/matchers/beMatchers.test.ts > be* matchers > toBeClickable > not - success (with wait): test/matchers/beMatchers.test.ts#L135
AssertionError: expected 'Received: "clickable"' to contain 'not' Expected: "not" Received: "Received: "clickable"" ❯ test/matchers/beMatchers.test.ts:135:34
test/matchers/beMatchers.test.ts > be* matchers > toBeClickable > not - success: test/matchers/beMatchers.test.ts#L114
AssertionError: expected 'Received: "clickable"' to contain 'not' Expected: "not" Received: "Received: "clickable"" ❯ test/matchers/beMatchers.test.ts:114:34
linux (22.x)
The strategy configuration was canceled because "linux._20_x" failed
test/matchers/beMatchers.test.ts > be* matchers > toBePresent > not - success (with wait): test/matchers/beMatchers.test.ts#L135
AssertionError: expected 'Received: "present"' to contain 'not' Expected: "not" Received: "Received: "present"" ❯ test/matchers/beMatchers.test.ts:135:34
test/matchers/beMatchers.test.ts > be* matchers > toBePresent > not - success: test/matchers/beMatchers.test.ts#L114
AssertionError: expected 'Received: "present"' to contain 'not' Expected: "not" Received: "Received: "present"" ❯ test/matchers/beMatchers.test.ts:114:34
test/matchers/beMatchers.test.ts > be* matchers > toBeExisting > not - success (with wait): test/matchers/beMatchers.test.ts#L135
AssertionError: expected 'Received: "existing"' to contain 'not' Expected: "not" Received: "Received: "existing"" ❯ test/matchers/beMatchers.test.ts:135:34
test/matchers/beMatchers.test.ts > be* matchers > toBeExisting > not - success: test/matchers/beMatchers.test.ts#L114
AssertionError: expected 'Received: "existing"' to contain 'not' Expected: "not" Received: "Received: "existing"" ❯ test/matchers/beMatchers.test.ts:114:34
test/matchers/beMatchers.test.ts > be* matchers > toBeEnabled > not - success (with wait): test/matchers/beMatchers.test.ts#L135
AssertionError: expected 'Received: "enabled"' to contain 'not' Expected: "not" Received: "Received: "enabled"" ❯ test/matchers/beMatchers.test.ts:135:34
test/matchers/beMatchers.test.ts > be* matchers > toBeEnabled > not - success: test/matchers/beMatchers.test.ts#L114
AssertionError: expected 'Received: "enabled"' to contain 'not' Expected: "not" Received: "Received: "enabled"" ❯ test/matchers/beMatchers.test.ts:114:34
test/matchers/beMatchers.test.ts > be* matchers > toBeDisplayedInViewport > not - success (with wait): test/matchers/beMatchers.test.ts#L135
AssertionError: expected 'Received: "displayed in viewport"' to contain 'not' Expected: "not" Received: "Received: "displayed in viewport"" ❯ test/matchers/beMatchers.test.ts:135:34
test/matchers/beMatchers.test.ts > be* matchers > toBeDisplayedInViewport > not - success: test/matchers/beMatchers.test.ts#L114
AssertionError: expected 'Received: "displayed in viewport"' to contain 'not' Expected: "not" Received: "Received: "displayed in viewport"" ❯ test/matchers/beMatchers.test.ts:114:34
test/matchers/beMatchers.test.ts > be* matchers > toBeClickable > not - success (with wait): test/matchers/beMatchers.test.ts#L135
AssertionError: expected 'Received: "clickable"' to contain 'not' Expected: "not" Received: "Received: "clickable"" ❯ test/matchers/beMatchers.test.ts:135:34
test/matchers/beMatchers.test.ts > be* matchers > toBeClickable > not - success: test/matchers/beMatchers.test.ts#L114
AssertionError: expected 'Received: "clickable"' to contain 'not' Expected: "not" Received: "Received: "clickable"" ❯ test/matchers/beMatchers.test.ts:114:34
linux (24.x)
The strategy configuration was canceled because "linux._20_x" failed
test/matchers/beMatchers.test.ts > be* matchers > toBePresent > not - success (with wait): test/matchers/beMatchers.test.ts#L135
AssertionError: expected 'Received: "present"' to contain 'not' Expected: "not" Received: "Received: "present"" ❯ test/matchers/beMatchers.test.ts:135:34
test/matchers/beMatchers.test.ts > be* matchers > toBePresent > not - success: test/matchers/beMatchers.test.ts#L114
AssertionError: expected 'Received: "present"' to contain 'not' Expected: "not" Received: "Received: "present"" ❯ test/matchers/beMatchers.test.ts:114:34
test/matchers/beMatchers.test.ts > be* matchers > toBeExisting > not - success (with wait): test/matchers/beMatchers.test.ts#L135
AssertionError: expected 'Received: "existing"' to contain 'not' Expected: "not" Received: "Received: "existing"" ❯ test/matchers/beMatchers.test.ts:135:34
test/matchers/beMatchers.test.ts > be* matchers > toBeExisting > not - success: test/matchers/beMatchers.test.ts#L114
AssertionError: expected 'Received: "existing"' to contain 'not' Expected: "not" Received: "Received: "existing"" ❯ test/matchers/beMatchers.test.ts:114:34
test/matchers/beMatchers.test.ts > be* matchers > toBeEnabled > not - success (with wait): test/matchers/beMatchers.test.ts#L135
AssertionError: expected 'Received: "enabled"' to contain 'not' Expected: "not" Received: "Received: "enabled"" ❯ test/matchers/beMatchers.test.ts:135:34
test/matchers/beMatchers.test.ts > be* matchers > toBeEnabled > not - success: test/matchers/beMatchers.test.ts#L114
AssertionError: expected 'Received: "enabled"' to contain 'not' Expected: "not" Received: "Received: "enabled"" ❯ test/matchers/beMatchers.test.ts:114:34
test/matchers/beMatchers.test.ts > be* matchers > toBeDisplayedInViewport > not - success (with wait): test/matchers/beMatchers.test.ts#L135
AssertionError: expected 'Received: "displayed in viewport"' to contain 'not' Expected: "not" Received: "Received: "displayed in viewport"" ❯ test/matchers/beMatchers.test.ts:135:34
test/matchers/beMatchers.test.ts > be* matchers > toBeDisplayedInViewport > not - success: test/matchers/beMatchers.test.ts#L114
AssertionError: expected 'Received: "displayed in viewport"' to contain 'not' Expected: "not" Received: "Received: "displayed in viewport"" ❯ test/matchers/beMatchers.test.ts:114:34
test/matchers/beMatchers.test.ts > be* matchers > toBeClickable > not - success (with wait): test/matchers/beMatchers.test.ts#L135
AssertionError: expected 'Received: "clickable"' to contain 'not' Expected: "not" Received: "Received: "clickable"" ❯ test/matchers/beMatchers.test.ts:135:34
test/matchers/beMatchers.test.ts > be* matchers > toBeClickable > not - success: test/matchers/beMatchers.test.ts#L114
AssertionError: expected 'Received: "clickable"' to contain 'not' Expected: "not" Received: "Received: "clickable"" ❯ test/matchers/beMatchers.test.ts:114:34