Page MenuHomePhabricator

Flaky Wikibase cypress test: wbui2025 add qualifiers - mobile view (wbui2025) - geo-shape qualifier - can add a geo-shape qualifier with lookup
Open, Needs TriagePublic

Description

This test failure happened in gate-and-submit for an unrelated core patch: https://integration.wikimedia.org/ci/job/quibble-with-Wikibase-extensions-browser-tests-only-vendor-php83/13112/console

16:48:28   ✓ wbui2025 item view add statement - mobile view - adds a statement, shows a duplicate warning for an existing property, and tests the floating add statement button (cypress/e2e/wbui2025/addStatement.cy.ts) (42997ms)
16:48:32   ✓ wbui2025 edit references - mobile view - references are editable and deletable (cypress/e2e/wbui2025/editReference.cy.ts) (50156ms)
16:48:35   ✓ wbui2025 add qualifiers - mobile view - is possible to add and edit a qualifier (cypress/e2e/wbui2025/addQualifier.cy.ts) (55020ms)
16:48:35   - wbui2025 add qualifiers - mobile view (wbui2025) - tabular-data qualifier - can add a tabular-data qualifier with lookup (cypress/e2e/wbui2025/addQualifier.cy.ts)
16:48:38   ✓ wbui2025 add reference - mobile view - is possible to add references for string and lookup datatypes (cypress/e2e/wbui2025/addReference.cy.ts) (50248ms)
16:48:40 wbui2025 add qualifiers - mobile view (wbui2025) - geo-shape qualifier - can add a geo-shape qualifier with lookup (cypress/e2e/wbui2025/addQualifier.cy.ts)
16:48:42   ✓ wbui2025 entityId datatypes (item, property) - mobile view - item datatype - allows adding item statement to empty item, displays statement and supports full editing workflow (cypress/e2e/wbui2025/editEntityDatatypes.cy.ts) (57971ms)
16:48:46   ✓ wbui2025 add qualifiers - mobile view (wbui2025) - geo-shape qualifier - shows dropdown menu when typing in geo-shape qualifier lookup (cypress/e2e/wbui2025/addQualifier.cy.ts) (5961ms)
16:48:48 
16:48:48   (Results)
16:48:48 
16:48:48   ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
16:48:48   │ Tests:        4                                                                                │
16:48:48   │ Passing:      2                                                                                │
16:48:48   │ Failing:      1                                                                                │
16:48:48   │ Pending:      1                                                                                │
16:48:48   │ Skipped:      0                                                                                │
16:48:48   │ Screenshots:  1                                                                                │
16:48:48   │ Video:        true                                                                             │
16:48:48   │ Duration:     1 minute, 6 seconds                                                              │
16:48:48   │ Spec Ran:     addQualifier.cy.ts                                                               │
16:49:52   (Run Finished)
16:49:52 
16:49:52 
16:49:52        Spec                                              Tests  Passing  Failing  Pending  Skipped  
16:49:52   ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
16:49:52   │ ✖  addQualifier.cy.ts                       01:06        4        2        1        1        - │
16:49:52   ├────────────────────────────────────────────────────────────────────────────────────────────────┤
16:49:52   │ ✔  addValueModal.cy.ts                      00:16        2        2        -        -        - │
16:49:52   ├────────────────────────────────────────────────────────────────────────────────────────────────┤
16:49:52   │ ✔  viewItem.cy.ts                           00:04        1        1        -        -        - │
16:49:52   └────────────────────────────────────────────────────────────────────────────────────────────────┘
16:49:52     ✖  1 of 3 failed (33%)                      01:28        7        5        1        1        -

Screenshot:

image.png (1,280×720 px, 176 KB)

This is similar to T418778 and T413394, but it's a different test in the same file.

Event Timeline