diff --git a/README.md b/README.md index 2c52de9c..3e0cba2c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Roguelike Racing A multiplayer turn based game in the spirit of For the King, Diablo and Final Fantasy. +Live at [label](https://roguelikeracing.com) UI written with the Yew frontend framework, backend uses websockets via Actix. diff --git a/client/cypress/e2e/test.cy.ts b/client/cypress/e2e/test.cy.ts index ebf66766..5cfaedd7 100644 --- a/client/cypress/e2e/test.cy.ts +++ b/client/cypress/e2e/test.cy.ts @@ -12,19 +12,19 @@ describe("a test test", () => { cy.findByRole("button", { name: "Create Character" }).focus(); cy.findByRole("button", { name: "Create Character" }).click(); - cy.findByPlaceholderText("Character name...") - .click() - .clear() - .type("character 2", { delay: 0 }); - cy.findByRole("button", { name: "Create Character" }).focus(); - cy.findByRole("button", { name: "Create Character" }).click(); + // cy.findByPlaceholderText("Character name...") + // .click() + // .clear() + // .type("Rebecca Chambers", { delay: 0 }); + // cy.findByRole("button", { name: "Create Character" }).focus(); + // cy.findByRole("button", { name: "Create Character" }).click(); - cy.findByPlaceholderText("Character name...") - .click() - .clear() - .type("character 3", { delay: 0 }); - cy.findByRole("button", { name: "Create Character" }).focus(); - cy.findByRole("button", { name: "Create Character" }).click(); + // cy.findByPlaceholderText("Character name...") + // .click() + // .clear() + // .type("character 3", { delay: 0 }); + // cy.findByRole("button", { name: "Create Character" }).focus(); + // cy.findByRole("button", { name: "Create Character" }).click(); cy.findByRole("button", { name: "Ready" }).click(); // cy.findByText("Open Inventory").click(); diff --git a/client/dist/index.html b/client/dist/index.html index 65179a60..2fdace13 100644 --- a/client/dist/index.html +++ b/client/dist/index.html @@ -1,15 +1,15 @@ Roguelike Racing - + - - + + -