In UI automation test suite integration/interactive_menu/basic_options_spec.js, following tests are failing due to same element not found error.
integration/interactive_menu/basic_options_spec.js testTests should not fail

All errors are same where they fail to find the message input field
It should find the element by placeholder instead
cy.findByPlaceholderText('Select an option...')
If you can, link to the line of code that might be responsible for the problem
https://github.com/mattermost/mattermost-webapp/blob/master/e2e/cypress/integration/interactive_menu/basic_options_spec.js#L107
This is a legit issue as confirmed by @saturninoabril,
Just saying because this was not tagged :smile:
Thanks @M-ZubairAhmed for fixing those!
Thanks @M-ZubairAhmed for filing and fixing the tests!
Always happy to help Saturnino