chocolatey / chocolatey/choco-theme
expectTableCountAndColumns should optionally expect UTC display in tables
- Dominant language
- JavaScript
- Stars
- 10
- Forks
- 17
- Avg merge
- 20h 33m
- Merged PRs (30d)
- 4
Description
### Checklist
- [x] I have verified this is the correct repository for opening this issue.
- [x] I have verified no other issues exist related to my request.
### Is Your Feature Request Related To A Problem? Please describe.
The `expectTableCountAndColumns` function asserts that no tables contain the text `utc`, however the Licensing Portal project explicitly lists dates in UTC as that's how Chocolatey CLI processes the licenses.
https://github.com/chocolatey/choco-playwright/blob/79ceda54097d2531452343702c98909f3244c4f8/playwright/assertions/expect-table-count-and-columns.ts#L38
### Describe The Solution. Why is it needed?
Ideally the method could take in an optional parameter that sets if UTC is expected to be found or not.
### Additional Context
_No response_
### Related Issues
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.