Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 86... Línea 86...
86
                        "[not(./@type = 'submit' or ./@type = 'image' or ./@type = 'hidden')]";
86
                        "[not(./@type = 'submit' or ./@type = 'image' or ./@type = 'hidden')]";
87
                $fieldnode = $this->find('xpath', $fieldxpath);
87
                $fieldnode = $this->find('xpath', $fieldxpath);
88
            }
88
            }
Línea 89... Línea 89...
89
 
89
 
90
            $this->execute('behat_forms::i_set_the_field_with_xpath_to', [$fieldxpath, $value]);
-
 
91
 
90
            $this->execute('behat_forms::i_set_the_field_with_xpath_to', [$fieldxpath, $value]);
-
 
91
            $this->execute("behat_general::i_click_on", [get_string('savechanges'), 'button']);
-
 
92
            // Wait for the page to be redirected.
92
            $this->execute("behat_general::i_click_on", [get_string('savechanges'), 'button']);
93
            $this->execute("behat_general::i_wait_to_be_redirected");
93
        }
94
        }
94
    }
95
    }