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("GMA Markers Layer", () => {
before(() => {
// Besuche die Map-Seite
cy.visit("http://10.10.0.70:3000/?m=12&u=484"); // Passe die URL an
cy.visit("http://192.168.10.33:3000/?m=12&u=484"); // Passe die URL an
});
it("should display tooltip on hover over a marker", () => {