Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Aaron1011
Copy link
Member

@Aaron1011 Aaron1011 commented Dec 19, 2025

Important

Update should show active filter state on button test to filter visible elements in observability.inferences.filter.spec.ts.

  • Tests:
    • In observability.inferences.filter.spec.ts, update should show active filter state on button test to filter visible elements using .filter({ visible: true }) to avoid issues with hidden <table> elements.

This description was created by Ellipsis for 7028ea9. You can customize this summary. It will automatically update as commits are pushed.

Copilot AI review requested due to automatic review settings December 19, 2025 16:26
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR attempts to fix a flaky end-to-end test by filtering out hidden table elements that were intermittently appearing during test execution. The fix adds a visibility filter to the Playwright locator to avoid selecting cells from a temporarily rendered hidden table.

  • Adds .filter({ visible: true }) to the table cell locator in the test "should show active filter state on button"

@Aaron1011 Aaron1011 added this pull request to the merge queue Dec 19, 2025
github-merge-queue bot pushed a commit that referenced this pull request Dec 19, 2025
)

* Try to fix flaky 'should show active filter state on button' test

* Run format
Merged via the queue into main with commit 4a43cf8 Dec 19, 2025
55 checks passed
@Aaron1011 Aaron1011 deleted the aaron/filter-flake branch December 19, 2025 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants