Closed (fixed)
Project:
Drupal core
Version:
8.2.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 May 2016 at 19:17 UTC
Updated:
23 May 2016 at 11:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jibranLet's go with
CssSelectorConverterfor now.Comment #3
jibran:/
Comment #4
dawehnerJust a quick nitpick
Let's add (optional) on the documentation.
Comment #5
jibranThere you go. We need a change notice for this as well so contrib can adapt.
Comment #6
dawehnerFair
Comment #7
jibranAdded https://www.drupal.org/node/2720913
Comment #8
alexpottThis doesn't do a cssSelect - it converts a css selector to an xpath. So I guess a method name like cssSelectToXpath() is better.
Comment #9
jibranDone.
Comment #10
klausilooks good!
Comment #11
alexpottCommitted 852f0bd and pushed to 8.1.x and 8.2.x. Thanks!
I've committed this to 8.1.x as well since there is no BC breaking change and JTB and BTB are both experimental so keeping the code aligned makes everyone's life easier.