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

[CI, E2E] Fix revision history flake (#30757)

parent c5781c55
No related branches found
No related tags found
No related merge requests found
......@@ -185,9 +185,12 @@ function visitAndEditDashboard(id) {
}
function openRevisionHistory() {
cy.intercept("GET", "/api/revision*").as("revisionHistory");
cy.get("main header").within(() => {
cy.icon("info").click();
});
cy.wait("@revisionHistory");
rightSidebar().within(() => {
cy.findByText("History");
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment