Skip to content

#58764 TC21337 — In the service Basic tab, the per-employee Bill of

materials (tech card) select lets you assign TechnologicalCard_1 to
Employee_1; the choice shows as the selected value, a success toast
appears on save, and the assignment persists after reload.

test_services_employee_bill_of_materials_assign_positive

Failures in last 30 days: 26

Generated at 2026-08-11 06:34 MSK

Last failure: 2026-08-11 02:31 MSK

Filter: pipelines with sandbox_biz_erp ∈ {master, testops-dev} AND autotests_branch ∈ {master, main} only (testops-dev — daytime ticks since 2026-08-05).

By exception class: - AssertionError — 24 - TimeoutError — 2

Failure signatures (grouped by exception + full message):

AssertionError — 21 occurrence(s) across 21 pipeline(s)

AssertionError: The Bill of materials select does not show TechnologicalCard_1 as the selected value after choosing it
Expected value: 'Техкарта_1'
Actual value: Not specified
Call log:
  - Expect "to_contain_text" with timeout 30000ms
  - waiting for locator("[data-locator*=\"added_master_item_\"]").first.locator("[data-locator=\"technological_card_select\"]").first
    33 × locator resolved to <div class="q-field__native row items-center" data-locator="technological_card_select">…</div>
       - unexpected value "Not specified"

Stacktrace:

suite/yclients/biz/erp/web/settings/services/test_services_employee_bill_of_materials_assign_positive_pw.py:80 in test_services_employee_bill_of_materials_assign_positive

Seen in: - testops/autotests#215750shard 6launch 143430 (×1, last 2026-08-11 02:31 MSK) - testops/autotests#215492shard 6launch 142929 (×1, last 2026-08-10 03:39 MSK) - testops/autotests#215313shard 6launch 142596 (×1, last 2026-08-08 03:26 MSK) - testops/autotests#214910shard 5launch 139704 (×1, last 2026-08-06 03:40 MSK) - testops/autotests#214716shard 5launch 138361 (×1, last 2026-08-05 11:33 MSK) - testops/autotests#214444shard 5launch 136815 (×1, last 2026-08-04 03:25 MSK) - testops/autotests#214441shard 5launch 136781 (×1, last 2026-08-04 02:25 MSK) - testops/autotests#214242shard 5launch 135911 (×1, last 2026-08-02 02:27 MSK) - testops/autotests#214091shard 5launch 135564 (×1, last 2026-07-31 14:42 MSK) - testops/autotests#214042shard 5launch 135473 (×1, last 2026-07-31 11:20 MSK) - testops/autotests#213995shard 5launch 135366 (×1, last 2026-07-31 03:30 MSK) - testops/autotests#213801shard 5launch 134891 (×1, last 2026-07-30 03:29 MSK) - testops/autotests#213710shard 5launch 134670 (×1, last 2026-07-29 11:10 MSK) - testops/autotests#213673shard 5launch 134568 (×1, last 2026-07-29 02:39 MSK) - testops/autotests#213587shard 5launch 134389 (×1, last 2026-07-28 12:50 MSK) - testops/autotests#213170shard 5launch 133897 (×1, last 2026-07-24 11:44 MSK) - testops/autotests#213084shard 5launch 133810 (×1, last 2026-07-23 18:12 MSK) - testops/autotests#213037shard 5launch 133764 (×1, last 2026-07-23 14:53 MSK) - testops/autotests#213030shard 5launch 133763 (×1, last 2026-07-23 14:16 MSK) - testops/autotests#212775shard 5launch 133635 (×1, last 2026-07-22 15:08 MSK) - testops/autotests#212694shard 5launch 133604 (×1, last 2026-07-22 10:37 MSK)

AssertionError — 2 occurrence(s) across 2 pipeline(s)

AssertionError: The Bill of materials select does not show TechnologicalCard_1 as the selected value after choosing it
Expected value: 'Техкарта_1'
Actual value: Not set
Call log:
  - Expect "to_contain_text" with timeout 30000ms
  - waiting for locator("[data-locator*=\"added_master_item_\"]").first.locator("[data-locator=\"technological_card_select\"]").first
    33 × locator resolved to <div class="q-field__native row items-center" data-locator="technological_card_select">…</div>
       - unexpected value "Not set"

Stacktrace:

suite/yclients/biz/erp/web/settings/services/test_services_employee_bill_of_materials_assign_positive_pw.py:80 in test_services_employee_bill_of_materials_assign_positive

Seen in: - testops/autotests#215595shard 6launch 143182 (×1, last 2026-08-10 14:44 MSK) - testops/autotests#215051shard 6launch 140832 (×1, last 2026-08-06 18:00 MSK)

TimeoutError — 2 occurrence(s) across 2 pipeline(s)

playwright._impl._errors.TimeoutError: Locator.click: Timeout 30000ms exceeded.
Call log:
  - waiting for locator("[data-locator=\"save_btn\"]").first
    - locator resolved to <button tabindex="0" type="button" data-locator="save_btn" class="q-btn q-btn-item non-selectable no-outline q-btn--standard q-btn--rectangle q-btn--actionable q-focusable q-hoverable q-btn--no-uppercase yc-btn yc-btn_variant-primary yc-btn_small yc-btn_default yc-btn_align-center yc-btn services-settings-salon-controls__btn">…</button>
  - attempting click action
    2 × waiting for element to be visible, enabled and stable
      - element is not enabled
    - retrying click action
    - waiting 20ms
    2 × waiting for element to be visible, enabled and stable
      - element is not enabled
    - retrying click action
      - waiting 100ms
    58 × waiting for element to be visible, enabled and stable
       - element is not enabled
     - retrying click action
       - waiting 500ms

Stacktrace:

suite/yclients/biz/erp/web/settings/services/test_services_employee_bill_of_materials_assign_positive_pw.py:83 in test_services_employee_bill_of_materials_assign_positive
lib/apps_pw/yclients/biz/erp/web/pages/__init__.py:76 in decorated
lib/apps_pw/yclients/biz/erp/web/pages/service/filial/edit.py:710 in save

Seen in: - testops/autotests#215487shard 6launch 142927 (×1, last 2026-08-10 02:34 MSK) - testops/autotests#213678shard 5launch 134569 (×1, last 2026-07-29 03:30 MSK)

AssertionError — 1 occurrence(s) across 1 pipeline(s)

AssertionError: The Bill of materials select does not show TechnologicalCard_1 as the selected value after choosing it
Expected value: 'Техкарта_1'
Actual value: Not specified
Call log:
  - Expect "to_contain_text" with timeout 30000ms
  - waiting for locator("[data-locator*=\"added_master_item_\"]").first.locator("[data-locator=\"technological_card_select\"]").first
    34 × locator resolved to <div class="q-field__native row items-center" data-locator="technological_card_select">…</div>
       - unexpected value "Not specified"

Stacktrace:

suite/yclients/biz/erp/web/settings/services/test_services_employee_bill_of_materials_assign_positive_pw.py:80 in test_services_employee_bill_of_materials_assign_positive

Seen in: - testops/autotests#215437shard 6launch 142827 (×1, last 2026-08-09 04:25 MSK)