MaxieWright
Failing test when calling testing a table action
I encounter a failing test when testing a custom table action. Specifically, the test fails on the final assertion when I call the update method on a model before invoking the callTableAction method.
Problem:
The test fails on the final expectation, but the table action works correctly in the browser. Also, I have other tests with custom table actions that pass once nothing is called before invoking the callTableAction.
Can someone help me understand why the test is failing?
4 replies