Skip to content
Snippets Groups Projects
Commit 996a893a authored by Tasneem Natshah's avatar Tasneem Natshah
Browse files

Issue #3381591: Update the "Run" action to apply run on feature text content only

parent d102c1d5
No related branches found
Tags 1.0.3
No related merge requests found
......@@ -222,7 +222,7 @@ class CucumberUiNew extends FormBase {
if ($htmlIdofTriggeredElement == 'edit-cucumber-ui-create') {
$formValues = $form_state->getValues();
$files = scandir($directory);
$files = scandir($features_path);
$num_files = count($files)-2;
$file = $features_path . '/' . $num_files . '.feature';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment