Skip to content

Commit e89ec5d

Browse files
Spelling
1 parent 87e7e35 commit e89ec5d

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/assertthat/selenium_shutterbug/utils/web

1 file changed

+1
-1
lines changed

src/main/java/com/assertthat/selenium_shutterbug/utils/web/Browser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public Double getDevicePixelRatio() {
7373

7474
public static void wait(int ms) {
7575
try {
76-
Thread.sleep(milis);
76+
Thread.sleep(ms);
7777
} catch (InterruptedException e) {
7878
throw new UnableTakeSnapshotException(e);
7979
}

0 commit comments

Comments
 (0)