Releases: AVE-Systems/sonata-test-utils
Releases · AVE-Systems/sonata-test-utils
v1.1.0
v1.0.0
Changelog (v0.0.0...v0.0.1)
-
Added assertMenuItemsInGroupEqual
-
Moved asserts from SonataAdminListBatchActionsTrait to SonataAdminActionsTrait
-
Moved asserts from SonataAdminFormTrait to SonataAdminActionsTrait.
-
Renamed assertActionButtonExists to assertHeaderActionButtonExists, assertActionButtonNotExists to assertHeaderActionButtonNotExists
-
Added assertHeaderActionButtonsEqual, assertHeaderFilterFieldsEqual, assertListBatchActionButtonsEqual, assertFormActionButtonsEqual
v0.2.1
Changelog (v0.2.0...v0.2.1)
- Added menu item url assertion
v0.2.0
Changelog (v0.1.8...v0.2.0)
-
Added assertFlashInfoMessageExists
-
Translated documentation and fail messages, added, divided and renamed SonataAdminFlashMessagesTrait tests.
v0.1.8
Changelog (v0.1.7...v0.1.8)
- Added new methods assertFormEmailFieldExists and assertFormEmailFieldValueEquals
v0.1.7
Changelog (v0.1.6...v0.1.7)
- Added a new method assertFormCheckboxFieldExistsAndUnchecked
v0.1.6
Changelog (v0.1.5...v0.1.6)
- Fixed assertTabExists. Tab Pane can be outside container.
v0.1.5
Changelog (v0.1.4...v0.1.5)
- Fix test method testAssertFormCheckboxFieldExists_NotExists
- Case without attribute 'selected' in option with empty value is taken into account for method 'assertSelectFormFieldValueEquals'
v0.1.4
Changelog (v0.1.3...v0.1.4)
- Fixed SonataAdminFormTrait::assertSelectFormFieldValueEquals on empty value selected
v0.1.3
Changelog (v0.1.2...v0.1.3)
- Fixed the version of composer as 1.10 in php dockerfile, updated composer dependencies, resolved warnings while docker container build and composer install
- Added the ability for the method SonataAdminFormTrait::assertSelectFormFieldValueEquals to check that an empty value was selected