IP für Cypress geändert, es soll dann dynamisch werden
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user