I am testing the website BookDepository for a course project. I decided to make a utility test case for the Login process, which I could use for other test cases instead of signing in every time. However, the click command for the Sign In input doesn't seem to work. All test cases pass but the login process does not occur. The button isn't really clicked (or so it seems). Selenium IDE correctly identifies the input button by its id. Replacing the target expression with XPath/CSS alternatives doesn't work. pause at the end of the test doesn't work either. Am I missing something?
EDIT: I noticed that if I select "Play from here" on the faulty click command, the click does occur.