Change record status: 
Project: 
Introduced in branch: 
Introduced in version: 
Description: 

A lot of the assert(No)Option(...) functions were using the id of the form element to do their xpath query. This broke a couple of months back when forms started using dynamic form ids. The xpath query for those assertOption methods did not find the form elements it was looking for even though they existed.

The committed issue switched to using the (...)withDrupalSelector variants of the same functions. The old form ID is useable as the $drupal_selector, so tests which use assert(No)Option(...) and broke with the dynamic HTML form change work again now without any changes necessary.

Impacts: 
Module developers