mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 17:05:32 +02:00
Merge pull request #55 from tractorcow/pulls/fix-elementnotfound
BUG Fix call to protected method and js change event
This commit is contained in:
commit
0a6854590d
@ -486,6 +486,7 @@ class SilverStripeContext extends MinkContext implements SilverStripeAwareContex
|
|||||||
(function($) {
|
(function($) {
|
||||||
$("#$fieldID")
|
$("#$fieldID")
|
||||||
.val($valueEncoded)
|
.val($valueEncoded)
|
||||||
|
.change()
|
||||||
.trigger('liszt:updated')
|
.trigger('liszt:updated')
|
||||||
.trigger('chosen:updated');
|
.trigger('chosen:updated');
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
Loading…
Reference in New Issue
Block a user