Skip to content

Commit 92db3ef

Browse files
author
Anshpreet
committed
reverted a change in drag.test
1 parent 7825665 commit 92db3ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/core/drag.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jest.setTimeout(30000);
7575

7676
expect(controlText.toLowerCase()).toContain(domLayer.toLowerCase());
7777
expect(layerIndex).toEqual("2");
78-
expect(controlText).toBe("Canada Base Map - Transportation (CBMT)");
78+
expect(controlText).toBe(" Canada Base Map - Transportation (CBMT)");
7979
});
8080

8181
test("[" + browserType + "]" + " Moving layer up one in control overlay", async () => {
@@ -103,7 +103,7 @@ jest.setTimeout(30000);
103103

104104
expect(controlText.toLowerCase()).toContain(domLayer.toLowerCase());
105105
expect(layerIndex).toEqual("1");
106-
expect(controlText).toBe("Static MapML With Tiles");
106+
expect(controlText).toBe(" Static MapML With Tiles");
107107
});
108108

109109
});

0 commit comments

Comments
 (0)