Skip to content

Commit

Permalink
Published meteortesting:browser-tests@1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Sep 27, 2023
1 parent ee10b3d commit 5f96012
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
babel-compiler@7.9.0
babel-compiler@7.10.4
babel-runtime@1.5.1
dynamic-import@0.7.2
ecmascript@0.16.2
ecmascript-runtime@0.8.0
dynamic-import@0.7.3
ecmascript@0.16.7
ecmascript-runtime@0.8.1
ecmascript-runtime-client@0.12.1
ecmascript-runtime-server@0.11.0
fetch@0.1.1
fetch@0.1.3
inter-process-messaging@0.1.1
meteor@1.10.0
meteortesting:browser-tests@1.5.1
modern-browsers@0.1.8
modules@0.18.0
modules-runtime@0.13.0
promise@0.12.0
react-fast-refresh@0.2.3
meteor@1.11.3
meteortesting:browser-tests@1.5.2
modern-browsers@0.1.9
modules@0.19.0
modules-runtime@0.13.1
promise@0.12.2
react-fast-refresh@0.2.7
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.5.2
Fix: Support for Selenium 4.x

## 1.5.1
Fix: Playwright client not terminating after client tests

Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Package.describe({
summary:
'A helper package for Meteor test driver packages. Runs client tests in a headless browser.',
git: 'https://github.com/meteortesting/meteor-browser-tests.git',
version: '1.5.1',
version: '1.5.2',
testOnly: true,
});

Expand Down

0 comments on commit 5f96012

Please sign in to comment.