File tree 2 files changed +1
-3
lines changed
tests/4-functional/Glpi/Plugin/Formcreator/Field
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ public function getDesignSpecializationField(): array {
103
103
$ additions .= '<td colspan="2"> </td> ' ;
104
104
$ additions .= '</tr> ' ;
105
105
106
- $ common = parent ::getDesignSpecializationField ();
106
+ $ common = PluginFormcreatorAbstractField ::getDesignSpecializationField ();
107
107
$ additions .= $ common ['additions ' ];
108
108
109
109
return [
Original file line number Diff line number Diff line change @@ -72,8 +72,6 @@ public function testCreateForm() {
72
72
$ this ->client ->waitForVisibility ('form[data-itemtype="PluginFormcreatorQuestion"] select[name="show_empty"] ' );
73
73
$ this ->client ->waitForVisibility ('form[data-itemtype="PluginFormcreatorQuestion"] input[name="ldap_filter"] ' );
74
74
$ this ->client ->waitForVisibility ('form[data-itemtype="PluginFormcreatorQuestion"] select[name="ldap_attribute"] ' );
75
- $ this ->client ->waitForVisibility ('form[data-itemtype="PluginFormcreatorQuestion"] input[name="default_values"] ' );
76
- $ this ->client ->waitForVisibility ('form[data-itemtype="PluginFormcreatorQuestion"] textarea[name="values"] ' );
77
75
78
76
$ authLdap = new \AuthLDAP ();
79
77
$ ldaps = $ authLdap ->find ([], [], 1 );
You can’t perform that action at this time.
0 commit comments