Releases: BR0kEN-/TqExtension
Releases · BR0kEN-/TqExtension
1.4.8
1.4.7
Fix interaction (debug) notices
1.4.6 Solve interaction notices
Fix "debug()" in "getMessagesFromDb()"
1.4.5 Fix "debug()" in "getMessagesFromDb()"
1.4.4
- Added MessageContext.
- Added possibility to use translated selectors.
- Added Environment Loader.
- Fixed #4.
- Add debugging for loading messages from database
Wrap the getDrupalText() method in t() to ensure that we will get translated textual selectors
1.4.3 IMPROVEMENT: wrap the getDrupalText() method in t() to ensure that we…
1.4.2
BUG FIXED: Try to find field by label firstly and then - by named selector
1.4.1 BUG FIXED: try to find field by label firstly and then - by named sel…
1.4
- Added
DatabaseManager
utility. - Added possibility to perform testing steps in copied, clean database.
1.3
- Allow to pass ID selector with or without "#" symbol
- Added
FormValueAssertion
utility - Added steps:
And pick the following:
| Entity Reference | Type of new field |
| Inline entity form - Multiple values | Widget for new field |
And check that "Users" field has( not) "admin" value
And check that "User" is( not) selected in "Apply to" select
And check that "Order discount" is( not) checked
- Fixed resetting value of page URL value that detects before page loading.
- Improved
I should be redirected( on "<PAGE>")
step. - Fixed obtaining value from DatePicker.
- Made
I choose "<DATE>" in "<FIELD>" datepicker
step workable. - Updated documentation and fixed a lot of minor issues.