Needs work
Project:
Features
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
1 Nov 2016 at 20:19 UTC
Updated:
30 Jun 2017 at 18:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mpotter commentedComment #3
mpotter commentedComment #4
grimreaperHello,
Here is an attempt to convert the tests.
There are two remaining problems:
- I can't find the replacement for $this->drupalPostAjaxForm in modules/features_ui/tests/src/Functional/FeaturesUITest.php
- in modules/features_ui/tests/src/Functional/FeaturesCreateUITest.php near line 116:
I have commented the 'excluded' because I can't reproduce this behavior even outside the test.
Also thanks to @woprrr and @DuaelFr for their help.
Thanks for any help.
Comment #5
grimreaperI forgot to change the test group because I changed its to have only one test triggered.
About the drupalPostAjaxForm, I found that drupalPostForm or submitForm should work but as there is no submit button when changing only the bundle select list it does not work.
Comment #6
nedjoThanks for digging into this.
This may be related to #2860993: 'excluded' property not set in *.features.yml.