gchq / gaffer-tools

gaffer-tools is deprecated. Use https://github.com/gchq/gafferpy instead
Apache License 2.0
50 stars 29 forks source link

UI queriesList() test is missing an expect clause #883

Closed t92549 closed 3 years ago

t92549 commented 3 years ago

One of the UI tests is missing an expect clause which means that the test isn't actually evaluating the code and passing / failing depending on the code's output.

https://github.com/gchq/gaffer-tools/blob/797519d998aad6f50b4532eec60ad66e50c5449d/ui/src/test/webapp/app/previous-queries/my-queries-component-spec.js#L56-L63