Skip to content
Snippets Groups Projects
Commit cfae6bd9 authored by Sameer Al-Sakran's avatar Sameer Al-Sakran
Browse files

add correct new test

parent c3851e50
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ describe("setup wizard", () => {
const allSetUpSection = app.find(".SetupStep").last();
expect(allSetUpSection.find(".SetupStep--active").length).toBe(1);
expect(allSetUpSection.find('a[href="/?new"]').length).toBe(1);
expect(allSetUpSection.find('a[href="/ready"]').length).toBe(1);
});
it("should show you the onboarding modal", async () => {
......
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