silverstripe / silverstripe-cms

Silverstripe CMS - this is a module for Silverstripe Framework rather than a standalone app. Use https://github.com/silverstripe/silverstripe-installer/ to set this up.
http://silverstripe.org/
BSD 3-Clause "New" or "Revised" License
512 stars 331 forks source link

MNT Tweak behat test to look for tag with specific attribute itstead of looking for a specifc string in the HTML #2971

Closed maxime-rainville closed 2 months ago

maxime-rainville commented 2 months ago

This test was failing because it was looking for a very specific string in the HTML. Just checking for a tag with a specific attribute is more reliable because it doesn't depend on the order of parameter.

Parent issue

maxime-rainville commented 2 months ago

Fixed my booboo.