Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / modules / js_webassert_test / js / js_webassert_test.wait_for_element.js
1 /**
2 * DO NOT EDIT THIS FILE.
3 * See the following change record for more information,
4 * https://www.drupal.org/node/2815083
5 * @preserve
6 **/
7
8 (function ($, Drupal, drupalSettings) {
9   Drupal.behaviors.js_webassert_test_wait_for_element = {
10     attach: function attach(context) {
11       $('#js_webassert_test_element_invisible').show();
12     }
13   };
14 })(jQuery, Drupal, drupalSettings);