Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 132... Línea 132...
132
        if ($blocknode->hasClass('action-menu-shown')) {
132
        if ($blocknode->hasClass('action-menu-shown')) {
133
            return;
133
            return;
134
        }
134
        }
Línea 135... Línea 135...
135
 
135
 
136
        $this->execute('behat_general::i_click_on_in_the',
136
        $this->execute('behat_general::i_click_on_in_the',
137
                array("a[data-toggle='dropdown']", "css_element", $this->escape($blockname), "block")
137
                ["a[data-bs-toggle='dropdown']", "css_element", $this->escape($blockname), "block"]
138
        );
138
        );
Línea 139... Línea 139...
139
    }
139
    }
140
 
140