File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
exercises/13-Anchor-Like-Button Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ describe("All the styles should be applied", function () {
54
54
) . innerHTML = `<style>${ css . toString ( ) } </style>` ;
55
55
let divTag = document . querySelector ( ".orange-btn" ) ;
56
56
let classTagStyles = window . getComputedStyle ( divTag ) ;
57
- expect ( classTagStyles [ "background" ] ) . toBe ( "rgb(255, 153, 51) " ) ;
57
+ expect ( classTagStyles [ "background" ] ) . toBe ( "orange " ) ;
58
58
} ) ;
59
59
it ( "the underline should to be removed" , function ( ) {
60
60
document . querySelector (
@@ -79,7 +79,7 @@ describe("All the styles should be applied", function () {
79
79
}
80
80
}
81
81
82
- expect ( orangeHoverSelector ) . toBe ( "#cc7a00 " ) ;
82
+ expect ( orangeHoverSelector ) . toBe ( "darkorange " ) ;
83
83
} ) ;
84
84
85
85
it ( "You should be careful with the specifity" , function ( ) {
You can’t perform that action at this time.
0 commit comments