Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unskip list test #11292

Open
jcfranco opened this issue Jan 14, 2025 · 0 comments
Open

Unskip list test #11292

jcfranco opened this issue Jan 14, 2025 · 0 comments
Assignees
Labels
1 - assigned Issues that are assigned to a sprint and a team member. needs milestone Planning workflow - pending milestone assignment, has priority and/or estimate. p - high Issue should be addressed in the current milestone, impacts component or core functionality testing Issues related to automated or manual testing.

Comments

@jcfranco
Copy link
Member

Priority impact

p - high

Test type

unstable

Which Component(s)

list

Unstable Tests

src/components/list/list.e2e.ts > calcite-list > group filtering > should include groups while filtering

Test error, if applicable

@esri/calcite-components:test:  FAIL  src/components/list/list.e2e.ts > calcite-list > group filtering > should include groups while filtering
@esri/calcite-components:test: AssertionError: expected [] to have a length of 2 but got +0
@esri/calcite-components:test: 
@esri/calcite-components:test: - Expected
@esri/calcite-components:test: + Received
@esri/calcite-components:test: 
@esri/calcite-components:test: - 2
@esri/calcite-components:test: + 0
@esri/calcite-components:test: 
@esri/calcite-components:test:  ❯ src/components/list/list.e2e.ts:1937:55
@esri/calcite-components:test:     1935|       await page.waitForTimeout(DEBOUNCE.filter);
@esri/calcite-components:test:     1936|       expect(await list.getProperty("filterText")).toBe("Bui");
@esri/calcite-components:test:     1937|       expect(await list.getProperty("filteredItems")).toHaveLength(2);
@esri/calcite-components:test:        |                                                       ^
@esri/calcite-components:test:     1938| 
@esri/calcite-components:test:     1939|       expect(await group1.isVisible()).toBe(false);
@esri/calcite-components:test: 

PR skipped, if applicable

11290

Additional Info

No response

@jcfranco jcfranco added testing Issues related to automated or manual testing. 0 - new New issues that need assignment. needs milestone Planning workflow - pending milestone assignment, has priority and/or estimate. labels Jan 14, 2025
@jcfranco jcfranco self-assigned this Jan 14, 2025
@jcfranco jcfranco added 1 - assigned Issues that are assigned to a sprint and a team member. and removed 0 - new New issues that need assignment. labels Jan 14, 2025
@github-actions github-actions bot added the p - high Issue should be addressed in the current milestone, impacts component or core functionality label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 - assigned Issues that are assigned to a sprint and a team member. needs milestone Planning workflow - pending milestone assignment, has priority and/or estimate. p - high Issue should be addressed in the current milestone, impacts component or core functionality testing Issues related to automated or manual testing.
Projects
None yet
Development

No branches or pull requests

1 participant