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?
2 Replies
I believe this is a specific test in your application. Maybe you could create a minimal repository on GitHub to reproduce the issue...
Thank you very much! I will work on producing the minimal repository.