moodle/blocks/myoverview
Eloy Lafuente (stronk7) 8f60a02d5f MDL-58704 behat: Restrict search to the target tab (by css_element)
The existing search is too broad, and the text being searched exists
a number of times in the block, all them hidden, but one (the one
where we want to really check for the existence of the text).

So this patch only changes the search from block to the target
tab, doing it by css element id. Ideally we should be able to
search in tabs more naturally, but we don't have support for that right
now.
2017-05-08 09:49:10 +08:00
..
amd MDL-58536 block_myoverview: use moodle user timezone for midnight calc 2017-04-19 05:38:25 +00:00
classes/output MDL-58644 myoverview: Filter course summary before displaying. 2017-04-27 11:22:03 +05:30
db
lang/en MDL-58167 block_myoverview: improve block accessibility 2017-05-01 09:42:10 +08:00
pix NOBUG: Fixed file access permissions 2017-04-07 12:45:45 +08:00
templates Merge branch 'MDL-58732-master' of git://github.com/ryanwyllie/moodle 2017-05-01 15:22:53 +08:00
tests/behat MDL-58704 behat: Restrict search to the target tab (by css_element) 2017-05-08 09:49:10 +08:00
block_myoverview.php MDL-57447 block_myoverview: add context for courses view 2017-04-03 11:36:32 +08:00
version.php