moodle/group
Andrew Nicols 2b0b259d09 MDL-66979 group: Replace direct element interaction with steps
The W3C WebDriver leads to faster operation of individual steps which
highlights where WebDriver is moving to a new step faster than the
browser can process it.

The solution here is to use the `execute` function to interact with the
browsers as this makes use of the various wait and check steps.
2021-01-22 14:52:13 +08:00
..
classes Merge branch 'MDL-67115' of https://github.com/stronk7/moodle 2020-01-23 15:12:56 +08:00
templates MDL-67735 theme_boost: remove bs2 and bs4alpha compatibility css 2020-08-19 08:29:50 +08:00
tests MDL-66979 group: Replace direct element interaction with steps 2021-01-22 14:52:13 +08:00
assign.php MDL-63354 Group: Rollover text on long group names is not consistent 2018-09-14 09:41:06 +07:00
autogroup.php MDL-63387 course: use renamed role names, update Behat tests. 2020-09-01 12:05:26 +01:00
autogroup_form.php MDL-63620 group: Option for group messaging when auto-creating groups 2019-01-14 13:29:42 +08:00
clientlib.js
delete.php
externallib.php MDL-67245 group: observe viewfullnames capability. 2020-01-17 12:42:17 +00:00
group.php
group_form.php MDL-63280 core: minor changes after review 2018-10-25 17:51:04 +08:00
grouping.php
grouping_form.php
groupings.php
import.php MDL-26401 group: change import to use csv_import_reader class 2020-08-19 08:51:32 +08:00
import_form.php MDL-26401 group: add delimiter and encoding fields to import 2020-08-19 11:11:14 +08:00
index.php MDL-67245 group: observe viewfullnames capability. 2020-01-17 12:42:17 +00:00
lib.php MDL-67245 group: display user identity fields for group members. 2020-01-17 12:41:10 +00:00
members.php
module.js
overview.php MDL-67245 group: observe viewfullnames capability. 2020-01-17 12:42:17 +00:00
tabs.php