-
See #454
Browser console messages are maddeningly ephemeral and usually invisible.
We need 4 ways to handle JavaScript console errors and/or warns, since we are using (or plan to use) 4 differe…
-
This code block
```
from cmu_cpcs_utils import testFunction
@testFunction
def test():
assert
test()
```
when run in CPython 3.11, prints
`SyntaxError: invalid syntax`
and when ru…
-
On creating the AB test, the following error happens:
```
wagtail-ab-testing.js?v=afb7bfd0:2 Uncaught ReferenceError: abTestingTabProps is not defined
at HTMLDocument. (wagtail-ab-testing.js?…
-
[Mocha](https://mochajs.org/) seems like a interesting option. From the README:
>Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser, making asynchronous testing s…
-
## Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=697787
Build error leg or test failing: WasmTestOnChrome-MT-System.Runtime…
-
### Bug Title
Top button
### Description
The top button does not work properly
### Steps to Reproduce
Inspect the Button’s href or onclick Attribute:
Check if the button has an href="#", as this…
-
I know Unit Testing for Python is in the works, but are we doing JavaScript Unit Testing? If not we should.
-
There are a few frameworks to do this like [QUnit](http://qunitjs.com/). Will involve some code refactoring to make it more unit-testable...
-
We should probably decide on a javascript testing framework since most of our functional code will be written in javascript. The two frameworks I know about are [qUnit](https://qunitjs.com/), created …
-