Closed rahulsuresh-git closed 5 months ago
Note: Wait until https://github.com/mattermost/mattermost-plugin-todo/pull/238 is merged due to overlapping changes.
Closing this PR as the changes are moved to this single PR: https://github.com/mattermost-community/mattermost-plugin-todo/pull/254. Note: Comments addressed on the single PR.
Summary
This introduces a Playwright end-to-end (e2e) test to check if the
/todo list
command functions as expected. We verify that the correct suggestions are shown and then assert by listing a previously added todo.I've also made a few changes to improve clarity and readability. Verified that the test passes locally.