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

Unskip repro for #18317 (#18599)

parent 94300ff5
No related branches found
No related tags found
No related merge requests found
......@@ -71,8 +71,8 @@ describeWithToken("audit > auditing > questions", () => {
cy.findByText("My question");
});
it.skip("should display total runtime correctly (metabase#18317)", () => {
const runtimeIndex = 4;
it("should display total runtime correctly (metabase#18317)", () => {
const runtimeIndex = 7;
cy.visit("/admin/audit/questions/all");
......
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