Skip to content

Commit 57ed253

Browse files
committed
Fix baseline revision number in rotation test
1 parent 69994f9 commit 57ed253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test-cases/selenium-tests/osmLayer/testDrawOsm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_osm_rotate(self):
3737
self.loadPage()
3838
self.drag('#map', (50, 100), (100, 200), True)
3939
self.waitForIdle()
40-
self.screenshotTest(testName)
40+
self.screenshotTest(testName, revision=1)
4141

4242

4343
class FirefoxOSM(osmBase, FirefoxTest):

0 commit comments

Comments
 (0)