@awsui/browser-test-tools
Advanced tools
Comparing version 3.0.44 to 3.0.45
@@ -47,2 +47,6 @@ "use strict"; | ||
} | ||
else if (browser.isIOS) { | ||
// Make sure the tab bar is always at the bottom to ensure screenshots are taken properly | ||
browser.updateSettings({ safariTabBarPosition: 'bottom' }); | ||
} | ||
return browser; | ||
@@ -49,0 +53,0 @@ } |
{ | ||
"commit": "b0610161ec99fd2eb50ba125740e3133ae719a5c" | ||
"commit": "ef4f20343471fad7c0399d3162a43120c96d28e2" | ||
} |
@@ -59,4 +59,4 @@ { | ||
"name": "@awsui/browser-test-tools", | ||
"version": "3.0.44", | ||
"version": "3.0.45", | ||
"license": "Apache-2.0" | ||
} |
99244
1849