Skip to content
Snippets Groups Projects
Unverified Commit 8d366f21 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Fix the failing E2E test in questions/settings (#32821)

Breaking change was introduced in #32791.
parent 6a90e440
No related branches found
No related tags found
No related merge requests found
......@@ -345,9 +345,7 @@ function getSidebarColumns() {
}
function getVisibleSidebarColumns() {
return cy
.findByRole("group", { name: /visible-columns/ })
.findAllByRole("listitem");
return cy.findByTestId("visible-columns").findAllByRole("listitem");
}
function hideColumn(name) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment