@@ -38,7 +38,7 @@ define([
38
38
assert . notInclude ( 'is-open' , className ) ;
39
39
} )
40
40
. end ( )
41
- . findByCssSelector ( '.wc-Hero-img ' ) . getAttribute ( 'class' )
41
+ . findByCssSelector ( '.wc-Hero-SVG ' ) . getAttribute ( 'class' )
42
42
. then ( function ( className ) {
43
43
assert . notEqual ( 'is-active' , className ) ;
44
44
} )
@@ -54,7 +54,7 @@ define([
54
54
assert . equal ( isDisplayed , true ) ;
55
55
} )
56
56
. end ( )
57
- . findByCssSelector ( '.wc-Hero-img .is-active' ) . isDisplayed ( )
57
+ . findByCssSelector ( '.wc-Hero-SVG .is-active' ) . isDisplayed ( )
58
58
. then ( function ( isDisplayed ) {
59
59
assert . equal ( isDisplayed , true ) ;
60
60
} )
@@ -66,7 +66,7 @@ define([
66
66
assert . notInclude ( 'is-open' , className ) ;
67
67
} )
68
68
. end ( )
69
- . findByCssSelector ( '.wc-Hero-img ' ) . getAttribute ( 'class' )
69
+ . findByCssSelector ( '.wc-Hero-SVG ' ) . getAttribute ( 'class' )
70
70
. then ( function ( className ) {
71
71
assert . notInclude ( 'is-active' , className ) ;
72
72
} ) ;
@@ -76,14 +76,14 @@ define([
76
76
return this . remote
77
77
. setFindTimeout ( intern . config . wc . pageLoadTimeout )
78
78
. get ( require . toUrl ( url ( '/contributors' ) ) )
79
- . findByCssSelector ( '.wc-Hero-img .is-active' ) . isDisplayed ( )
79
+ . findByCssSelector ( '.wc-Hero-SVG .is-active' ) . isDisplayed ( )
80
80
. then ( function ( isDisplayed ) {
81
81
assert . equal ( isDisplayed , true ) ;
82
82
} )
83
83
. end ( )
84
84
. findByCssSelector ( '.contributors__item__title' ) . click ( )
85
85
. end ( )
86
- . findByCssSelector ( '.wc-Hero-img ' ) . getAttribute ( 'class' )
86
+ . findByCssSelector ( '.wc-Hero-SVG ' ) . getAttribute ( 'class' )
87
87
. then ( function ( className ) {
88
88
assert . notInclude ( 'is-active' , className ) ;
89
89
} ) ;
0 commit comments