From 835f12f9b07649fa6ec4113335a920b5b4443c75 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 18 Nov 2020 20:11:07 -0800 Subject: [PATCH] chore: update driver to 0.170.0-next.1605573954344 (#77) --- scripts/download_driver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/download_driver.sh b/scripts/download_driver.sh index c37d678c..e5bad437 100755 --- a/scripts/download_driver.sh +++ b/scripts/download_driver.sh @@ -3,7 +3,7 @@ set -e set +x -FILE_PREFIX=playwright-cli-0.160.0-next.1604373941495 +FILE_PREFIX=playwright-cli-0.170.0-next.1605573954344 trap "cd $(pwd -P)" EXIT cd "$(dirname $0)"