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:
Jonathan
2021-04-23 15:14:58 +01:00
committed by GitHub
parent 41a7768ca1
commit e36ae5d80f

View File

@ -45,7 +45,7 @@ assert(
All HTML elements after the closing `style` tag should be nested in `.container-fluid`. All HTML elements after the closing `style` tag should be nested in `.container-fluid`.
```js ```js
assert($('.container-fluid').children().length >= 8); assert($('.container-fluid').children().length >= 8 && !$('.container-fluid').has("style").length && !$('.container-fluid').has("link").length);
``` ```
# --seed-- # --seed--