@@ -1325,27 +1325,23 @@ module('Integration | Component | basic-dropdown', function (hooks) {
13251325
13261326 await render (
13271327 <template >
1328- <BasicDropdown as | parent | >
1329- <parent.Trigger class =" parent" @ htmlTag =" button" >Trigger of the first
1330- dropdown</parent.Trigger >
1328+ <BasicDropdown @ triggerHtmlTag =" button" as | parent | >
1329+ <parent.Trigger class =" parent" >Trigger of the first dropdown</parent.Trigger >
13311330 <parent.Content @ overlay ={{ true }} >
1332- <BasicDropdown as | child | >
1331+ <BasicDropdown @ triggerHtmlTag = " button " as | child | >
13331332 <p class =" body-parent" >
13341333 <br />First level of the dropdpwn<br />
13351334 </p >
1336- <child.Trigger class =" child" @ htmlTag =" button" >Trigger of the
1337- second dropdown</child.Trigger >
1335+ <child.Trigger class =" child" >Trigger of the second dropdown</child.Trigger >
13381336 <child.Content @ overlay ={{ true }} >
13391337 <p class =" body-child" >
13401338 <br />Second level of the second<br />
1341- <BasicDropdown as | grandchild | >
1339+ <BasicDropdown @ triggerHtmlTag = " button " as | grandchild | >
13421340 <p >
13431341 <br />Second level of the dropdpwn<br />
13441342 </p >
1345- <grandchild.Trigger
1346- class =" grandchild"
1347- @ htmlTag =" button"
1348- >Trigger of the Third dropdown</grandchild.Trigger >
1343+ <grandchild.Trigger class =" grandchild" >Trigger of the Third
1344+ dropdown</grandchild.Trigger >
13491345 <grandchild.Content @ overlay ={{ true }} >
13501346 <p class =" body-grandchild" >
13511347 <br />Third level of the third<br />
0 commit comments