Paul Holden
437738f488
MDL-75081 behat: define new heading named selector.
...
Co-authored-by: Jun Pataleta <jun@moodle.com >
2024-02-06 17:06:50 +00:00
Jun Pataleta
1be10f4249
Merge branch 'MDL-77991' of https://github.com/Chocolate-lightning/moodle
2023-08-03 10:23:24 +08:00
Mathew May
a4b3b0d044
MDL-77991 core: Move tertiary search dropdown component
2023-08-03 09:07:18 +08:00
Andrew Nicols
01a1210954
MDL-78289 courseformat: Amend behat tests to reduce test overheads
2023-08-01 09:45:47 +02:00
Ferran Recio
01e0e56665
MDL-78282 core_courseformat: interactive visibility badges
2023-07-26 15:44:28 +02:00
Mathew May
f9c6548189
MDL-77903 gradereport_grader: Keyboard accessibility
2023-04-21 13:09:25 +08:00
Mathew May
d80fb6ce2c
MDL-76143 gradebook: Add search into graderreport
2023-03-30 11:29:01 +08:00
Paul Holden
e2a2332cc0
MDL-76398 behat: broader action menu partial matching by element.
...
For action menu elements whose trigger element isn't plain text
(e.g. a pix icon), we should be able to match via the title of
that element.
2022-12-02 09:54:49 +00:00
Andrew Nicols
232ebac338
MDL-76169 behat: Add improved steps for using action menus
...
This commit adds new steps related to action menus to support:
* Choosing an item in a named action menu
* Choosing an item in a named action menu within a container
* Confirming that an action menu item does or does not exist in a named
action menu
* Confirming that an action menu item does or does not exist in a named
action menu within a container
The existing action menu steps were insufficient as they assume that
there is only one action menu within he container, which is not
necessarily the case.
The existing action menu steps are not non-JS friendly and will error if
JS is disabled, without providing any fallback when one is easily
available.
Unfortunately these steps cannot be used to replace the existing steps
without manual intervention.
2022-11-03 21:39:15 +08:00
Shamim Rezaie
5d33ef3c21
MDL-75155 behat: Add select_menu field type
...
This commit introduces a new partial selector for select_menu fields,
and teaching the field manager how to recognise these, then introducing
a new field type which can handle setting values for this field.
2022-09-06 13:38:28 +10:00
Jun Pataleta
87e513e439
MDL-74800 core: block actions fix suggestion
2022-08-08 14:46:42 +02:00
Bas Brands
35a5288554
MDL-71691 core_behat: behat fixes for changed course design
2021-12-08 13:14:05 +01:00
sam marshall
8b8ef39802
MDL-72849 tool_behat: Use of xpath name() not compatible with Firefox
...
The xpath name() function returns upper-case e.g. 'IMG' in Firefox and
lower-case e.g. 'img' in Chrome.
2021-10-19 13:47:20 +01:00
Jun Pataleta
28dadc2fb9
Merge branch 'MDL-47410-master' of git://github.com/andrewnicols/moodle
2021-02-18 11:21:23 +08:00
Andrew Nicols
d6e50d14d2
Merge branch 'MDL-64554-master' of git://github.com/andrewnicols/moodle
2021-02-18 10:21:55 +08:00
Andrew Nicols
708ae8aa0f
MDL-47410 behat: Perform exact match for date_time selectors
2021-02-18 09:34:45 +08:00
Marina Glancy
440073ff20
MDL-64554 user: make private files editor modal/ajax form
2021-02-17 18:06:57 +01:00
Mihail Geshoski
afd1cf81b5
MDL-47410 behat: Create custom selector for the date and datetime fields
...
Creates a custom field selector to locate the requested date or datetime
form fields.
2021-02-11 11:49:18 +08:00
Andrew Nicols
2a969d891a
MDL-66979 behat: iFrames must have a name for switchTo
...
The W3C WebDriver protocol supports switching of contexts using a named
context, and not the class asscoiated with that context.
2021-01-22 14:52:10 +08:00
Andrew Nicols
fd71823ec7
MDL-67668 behat: Add inplace editable field type
...
This commit promotes the Inplace Editable field to a first-class form
element by introducing a new partial selector for inplace editable
fields, and teaching the field manager how to recognise these, then
introducing a new field type which can handle setting values for this
field.
2020-11-23 09:01:19 +08:00
Shamim Rezaie
b643c88682
MDL-68167 lib: Autocomplete selection to use listbox aria role
...
The aria-selected state cannot be used for the listitem role. The
autocomplete widget highly uses the aria-selected state internally.
2020-10-30 14:43:00 +11:00
Jun Pataleta
96dc92f099
Merge branch 'MDL-68353-master' of git://github.com/rezaies/moodle
2020-05-29 22:26:03 +08:00
Shamim Rezaie
58994fe8bb
MDL-68353 test: Update filemanager/filepicker xpath selector
2020-05-29 14:50:35 +10:00
Shamim Rezaie
9b6efe3aea
MDL-68353 test: get_field_locator to support custom field labels
2020-05-29 14:50:35 +10:00
Andrew Nicols
8985c478ce
MDL-68750 behat: Correct dialogue selector
2020-05-26 12:55:29 +08:00
Amaia Anabitarte
0d97e6103f
MDL-66405 core_h5p: New behat steps and selectors for H5P tools
2019-11-08 17:08:57 +01:00
Andrew Nicols
5c783f140e
MDL-66559 message: Move behat selectors to message subsystem
2019-10-11 12:58:16 +08:00
Andrew Nicols
61832faefd
MDL-66559 behat: Allow per-component selectors and replacements
2019-10-11 12:58:16 +08:00
Andrew Nicols
989f380089
MDL-66378 behat: Add partial named selector for whole autocomplete field
2019-08-17 11:44:48 +08:00
Amaia Anabitarte
f0e8f0a5b8
MDL-65336 core_message: New muted conversation generator and selectors
2019-06-07 10:38:49 +02:00
Amaia Anabitarte
c961389b81
MDL-65060 core_message: Group_message_message_content selector
2019-05-22 18:59:58 +02:00
Amaia Anabitarte
e688eab815
MDL-64993 core_message: New group_message_list_area selector
2019-05-05 22:41:35 +02:00
Amaia Anabitarte
a58fbd4864
MDL-64673 core_message: Modifying group_messate_tab xpath
2019-04-25 10:09:19 +02:00
Amaia Anabitarte
d624c13542
MDL-64669 core_message: New steps and selectors for messaging
2019-04-08 09:48:51 +02:00
Amaia Anabitarte
9171b588fe
MDL-64670 core_message: fixing selector xpath
2019-03-13 15:06:42 +01:00
Amaia Anabitarte
65f631c5bc
MDL-64670 core_message: New steps and selectors for message drawer
...
Co-authored-by: Mathew May <mathew@moodle.com >
Co-authored-by: Amaia Anabitarte <amaia@moodle.com >
2019-03-01 14:14:32 +01:00
Ryan Wyllie
f074d6f086
MDL-63303 message: remove behat tests for messaging
2018-11-15 14:43:21 +08:00
Bas Brands
3ec69c2ece
MDL-56511 theme_boost: Update to Bootstrap 4 stable
...
Behat fixes by David Monllao <davidm@moodle.com >
- Blocks
- Modals
- Messaging styling
- Breadcrumb
- Pagination
- Course & categories management
2018-04-18 09:31:53 +08:00
Shamim Rezaie
1b63ff10f9
MDL-61380 behat: Added autocomplete_suggestions name selector
2018-03-07 06:52:01 +11:00
Andrew Nicols
dd4ac3d2ce
MDL-60078 tool_usertours: Adjust accessibility checks for all themes
2018-01-25 12:45:56 +08:00
KietLy
26872a8006
MDL-60078 User tours accessibility: Tab should go back into the pop-up
2018-01-16 17:36:25 +07:00
Adrian Greeve
ab2095fb0f
MDL-60515 groups: Behat test for viewing the group description.
2017-11-01 15:24:38 +08:00
Eloy Lafuente (stronk7)
9376583e4f
Merge branch 'MDL-59883-master' of git://github.com/andrewnicols/moodle
2017-10-03 20:58:23 +02:00
Andrew Nicols
1e815600d8
MDL-59883 behat: Check aria-label for button content
2017-10-02 13:05:15 +08:00
Andrew Nicols
434d7869df
MDL-59882 behat: Add newer modal type to selectors
2017-10-02 12:43:16 +08:00
Damyon Wiese
8857c715d1
MDL-40759 icons: Behat fixes for font-awesome
2017-03-17 15:52:18 +08:00
Damyon Wiese
737b54fe9e
MDL-55215 lesson: JS is required for some lesson behats
...
Lesson is using the searchselector which only supports JS - so some
tests need javascript tags.
Also fixed support for filling a passwordunmask field with JS enabled by
id.
2016-11-07 14:23:46 +08:00
Andrew Nicols
ca25005c69
MDL-53048 form: Rewrite passwordunmask
...
This version:
* should work with the Behat Goutte driver
* should not suffer from password autofill anxiety
* should allow unmasking (and masking) of a password
* should allow editing of passwords in either masked, or unmasked form
AMOS BEGIN
MOV [revealpassword,core_form],[passwordunmaskrevealhint,core_form]
AMOS END
2016-10-24 09:24:39 +08:00
Ryan Wyllie
f05c1013de
MDL-55926 message: add behat tests for message ui
2016-10-18 00:26:21 +00:00
Andrew Nicols
d98217550b
MDL-55713 behat: Bad rebase conflict resolution fix
2016-10-05 15:19:07 +08:00