IP für Cypress geändert, es soll dann dynamisch werden

This commit is contained in:
ISA
2025-01-08 13:35:02 +01:00
parent 764f7afea2
commit 9e1c4525ac
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
describe("TK-Komponenten", () => {
before(() => {
// Lade die Seite nur einmal vor allen Tests
cy.visit("http://10.10.0.70:3000/?m=12&u=484");
cy.visit("http://192.168.10.33:3000/?m=12&u=484");
//cy.wait(5000); // Wartezeit, bis die Seite vollständig geladen ist, cypress macht automatisch , alsobrauchen wir im moment kein wait() wenn cy. schafft
});