mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
Merge branch 'feature/automation' of https://github.com/ombi-app/Ombi into feature/automation
This commit is contained in:
commit
b6ce223acd
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ describe("Wizard Setup", () => {
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only("Compete Wizard", () => {
|
it("Compete Wizard", () => {
|
||||||
cy.visit("");
|
cy.visit("");
|
||||||
cy.get("[data-test=nextWelcome]").click();
|
cy.get("[data-test=nextWelcome]").click();
|
||||||
cy.get("[data-test=nextMediaServer]").click();
|
cy.get("[data-test=nextMediaServer]").click();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue