Skip to content

Commit a89be71

Browse files
committed
CI: Implement print chrome version
1 parent 39f63a9 commit a89be71

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
if: matrix.browser == 'chrome'
6161
with:
6262
chrome-version: stable
63+
run: chrome --version
6364

6465
- uses: browser-actions/setup-firefox@latest
6566
if: matrix.browser == 'firefox'

tests/test_browser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ def test_wait_for_file(web: WebBot):
263263
web.type_keys([web.KEYS.SHIFT, 'q'])
264264

265265
web.wait_for_file(fake_bin_path, timeout=30000)
266+
266267
assert os.path.exists(fake_bin_path) and os.path.getsize(fake_bin_path) > 0
267268

268269

0 commit comments

Comments
 (0)