fix(curriculum): fluid containers test not specific (#41866)
* fix: fluid containers test not specific * fix: fluid containers test not specific * fix: update fluid containers test not specific Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com> Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com>
This commit is contained in:
@ -45,7 +45,7 @@ assert(
|
||||
All HTML elements after the closing `style` tag should be nested in `.container-fluid`.
|
||||
|
||||
```js
|
||||
assert($('.container-fluid').children().length >= 8);
|
||||
assert($('.container-fluid').children().length >= 8 && !$('.container-fluid').has("style").length && !$('.container-fluid').has("link").length);
|
||||
```
|
||||
|
||||
# --seed--
|
||||
|
Reference in New Issue
Block a user