mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-11 22:01:07 -04:00
Revert "feat(curriculum): test for period after "Total Liabilities"" (#50045)
Revert "feat: test for period after "Total Liabilities" (#50036)"
This reverts commit d2cac7b5f8.
This commit is contained in:
@@ -19,12 +19,6 @@ Your fourth `tr` should have a `th` element.
|
||||
assert(document.querySelectorAll('table')?.[1]?.querySelector('tbody')?.querySelectorAll('tr')?.[3]?.querySelector('th'));
|
||||
```
|
||||
|
||||
Your text `Total Liabilities` should not include period `.`.
|
||||
|
||||
```js
|
||||
assert(document.querySelectorAll('table')?.[1]?.querySelector('tbody')?.querySelectorAll('tr')?.[3]?.querySelector('th')?.innerText !== 'Total Liabilities.');
|
||||
```
|
||||
|
||||
Your `th` element should have the text `Total Liabilities`.
|
||||
|
||||
```js
|
||||
|
||||
Reference in New Issue
Block a user