Skip to content

Commit

Permalink
Fixed typos in the CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 authored Jul 9, 2024
1 parent 21a79f7 commit b841ec5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Added
- Specify failed PHPUnit assertion text to the BrowserStack ("reason" field)/SauceLabs("custom-data" field) test.
- Added the `$auto_create` parameter to the `BrowserTestCase::getSession` method, which allows to verify is session is already started.
- Added the `ISessionStrategy::isFreshSession` method to indicate fact, that previous `ISessionStrategy::session` call have created a new session instead of reusing a previously created one. Can be used to perform a login once per a test case class.
- Added the `$auto_create` parameter to the `BrowserTestCase::getSession` method, which allows to verify if session is already started.
- Added the `ISessionStrategy::isFreshSession` method to indicate fact, that previous `ISessionStrategy::session` call has created a new session instead of reusing a previously created one. Can be used to perform a login once per a test case class.

### Changed
- Bumped minimum PHP version to 5.6.
Expand All @@ -17,7 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- (Not a BC break) Some public methods of the `BrowserTestCase` class are protected now. Affected methods: `setRemoteCoverageScriptUrl`, `setBrowser`, `getBrowser`, `setSessionStrategy`, `getSessionStrategy`, `getCollectCodeCoverageInformation`, `getRemoteCodeCoverageInformation`.
- (Not a BC break) Some protected properties of the `BrowserTestCase` class are private now. Affected properties: `sessionStrategyManager`, `remoteCoverageHelper`, `sessionStrategy`.
- Bumped minimal required `Behat/Mink` version to 1.8 (needed after `SessionProxy` class removal).
- Shared session strategy now also closes popups left order from the previous test before switching back to the main window.
- Shared session strategy now also closes popups left over from the previous test before switching back to the main window.

### Fixed
- The remote code coverage collection cookies were set even, when the remote code coverage script URL wasn't specified.
Expand Down

0 comments on commit b841ec5

Please sign in to comment.