I'm trying to automate a scenario in Drupal that includes changing the state of a page from Draft to Published via a drop-down menu.
Command is click Target is css=option Value is published
I can get Selenium IDE to perform the command (the test "passes"), but Drupal doesn't recognize that this happens, and instead shows me the draft page instead of a published page.
I've drop so many different commands and targets and nothing seems to work. What am I missing about this tool?