@@ -17,10 +17,10 @@ So that I can direct users directly to the relevant information
17
17
And I press the "Insert link" HTML field button
18
18
And I click "Anchor on a page" in the ".tox-menu" element
19
19
Then I should see an "form#Form_editorAnchorLink" element
20
- And I should see "No Blocks" in the ".treedropdownfield__value-container" element
20
+ And I should see "No Blocks" in the "#Form_editorAnchorLink_PageID_Holder .treedropdownfield__value-container" element
21
21
When I select "Elemental" in the "#Form_editorAnchorLink_PageID_Holder" tree dropdown
22
22
And I select "element-anchor" in the "#Form_editorAnchorLink_Anchor_Holder" anchor dropdown
23
- Then I should see "element-anchor" in the ".anchorselectorfield__value-container" element
23
+ Then I should see "element-anchor" in the "#Form_editorAnchorLink_Anchor_Holder .anchorselectorfield__value-container" element
24
24
# Close the dialog now that we're done with it.
25
25
When I click on the "button.close" element
26
26
@@ -34,10 +34,10 @@ So that I can direct users directly to the relevant information
34
34
And I press the "Insert link" HTML field button
35
35
And I click "Anchor on a page" in the ".tox-menu" element
36
36
Then I should see an "form#Form_editorAnchorLink" element
37
- And I should see "Elemental" in the ".treedropdownfield__value-container" element
37
+ And I should see "Elemental" in the "#Form_editorAnchorLink_PageID_Holder .treedropdownfield__value-container" element
38
38
When I select "No Blocks" in the "#Form_editorAnchorLink_PageID_Holder" tree dropdown
39
39
And I select "normal-anchor" in the "#Form_editorAnchorLink_Anchor_Holder" anchor dropdown
40
- Then I should see "normal-anchor" in the ".anchorselectorfield__value-container" element
40
+ Then I should see "normal-anchor" in the "#Form_editorAnchorLink_Anchor_Holder .anchorselectorfield__value-container" element
41
41
# Close the dialog now that we're done with it.
42
42
When I click on the "button.close" element
43
43
@@ -51,8 +51,8 @@ So that I can direct users directly to the relevant information
51
51
And I press the "Insert link" HTML field button
52
52
And I click "Anchor on a page" in the ".tox-menu" element
53
53
Then I should see an "form#Form_editorAnchorLink" element
54
- And I should see "Elemental" in the ".treedropdownfield__value-container" element
54
+ And I should see "Elemental" in the "#Form_editorAnchorLink_PageID_Holder .treedropdownfield__value-container" element
55
55
When I select "another-anchor" in the "#Form_editorAnchorLink_Anchor_Holder" anchor dropdown
56
- Then I should see "another-anchor" in the ".anchorselectorfield__value-container" element
56
+ Then I should see "another-anchor" in the "#Form_editorAnchorLink_Anchor_Holder .anchorselectorfield__value-container" element
57
57
# Close the dialog now that we're done with it.
58
58
When I click on the "button.close" element
0 commit comments