File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 635
635
636
636
suite ( 'handling notifying evevnts' , function ( ) {
637
637
638
- test ( 'handle notifcation event and set property with observer when connected' , function ( ) {
638
+ test ( 'handle notification event and set property with observer when connected' , function ( ) {
639
639
var el = document . createElement ( 'x-handle-notify-event' ) ;
640
640
document . body . appendChild ( el ) ;
641
641
assert . ok ( el . shadowRoot . querySelector ( '#before' ) , 'element not found before default notifying element' ) ;
649
649
document . body . removeChild ( el ) ;
650
650
} ) ;
651
651
652
- test ( 'handle notifcation event and set property with observer when *not* connected and _enableProperties called' , function ( ) {
652
+ test ( 'handle notification event and set property with observer when *not* connected and _enableProperties called' , function ( ) {
653
653
var el = document . createElement ( 'x-handle-notify-event' ) ;
654
654
el . _enableProperties ( ) ;
655
655
assert . ok ( el . shadowRoot . querySelector ( '#before' ) , 'element not found before default notifying element' ) ;
You can’t perform that action at this time.
0 commit comments