Damyon Wiese
ae19c68c9c
MDL-39851 javascript: More behat fixes for filepicker changes.
2013-08-14 17:12:03 +08:00
Damyon Wiese
fdfaa5a586
MDL-39851 javascript: Add behat fix for filepicker
...
The filepicker was changed to use M.core.dialogue - this
patch updates the behat suite to search the changed dom for
the file picker windows closed event.
2013-08-14 11:15:41 +08:00
Sam Hemelryk
3e76c7fa68
MDL-40842 behat: improved exception + debugging detection
2013-07-29 10:51:55 +12:00
Eloy Lafuente (stronk7)
63ff2c5c2f
Merge branch 'MDL-39635_master' of git://github.com/dmonllao/moodle
2013-07-23 00:45:13 +02:00
Dan Poltawski
51425cc045
Merge branch 'MDL-39441_master' of git://github.com/dmonllao/moodle
2013-07-22 10:45:42 +08:00
David Monllao
3897608152
MDL-39635 behat: XPath cleanups
...
- Escaping steps arguments redirected to other steps
- Adding normalized-space() in all contains() assertions
- General xpaths review
- Convering provided xpath text strings to xpath literals
to avoid problems with arguments containing both single
quotes and double quotes
2013-07-19 10:02:36 +02:00
David Monllao
3194dc83ca
MDL-39635 behat: Fixing line breaks
...
Not supported by Windows OSs.
2013-07-19 10:02:10 +02:00
David Monllao
401f60d576
MDL-39441 behat: New setting to expand the list of allowed settings
2013-07-18 10:41:20 +02:00
David Monllao
f38e22ed91
MDL-39441 behat: Restrict config.php allowed settings
2013-07-18 10:40:47 +02:00
David Monllao
cb9c703cca
MDL-38857 tool_behat: Adding info about the tool purpose
2013-07-10 12:07:11 +02:00
David Monllao
50eeae5906
MDL-40033 behat: Waiting until file manager is available
2013-06-21 15:37:33 +08:00
David Monllao
051e9663f0
MDL-39634 behat: Removing unused arguments
...
Also adding deprecated methods.
2013-06-14 16:14:04 +08:00
David Monllao
ad7e423784
MDL-39768 behat: Adding focused panels CSS selector
2013-05-22 15:11:05 +08:00
David Monllao
1fb9715721
MDL-39051 behat: Fixing extra interactions
...
When the elements to interact with are not
available anymore.
2013-05-09 17:21:19 +08:00
Sam Hemelryk
b3a9bf23f5
Merge branch 'MDL-39481_master' of git://github.com/dmonllao/moodle
2013-05-08 09:54:13 +12:00
Eloy Lafuente (stronk7)
5b003e9cdd
Merge branch 'MDL-39478_master' of git://github.com/dmonllao/moodle
2013-05-07 17:52:00 +02:00
David Monllao
cfcbc34a61
MDL-39478 behat: New constant to detect when the test site is running
...
Also removing an unused var and method.
2013-05-07 11:12:01 +08:00
David Monllao
1d9ec4cbc2
MDL-38041 behat: Respect error_reporting() values overwritten by moodle code
2013-05-06 14:12:41 +08:00
Eloy Lafuente (stronk7)
081bfdc5ff
Merge branch 'MDL-39348_master' of git://github.com/dmonllao/moodle
2013-05-06 01:49:51 +02:00
David Monllao
b32ca4caf9
MDL-39481 behat: Provide info about init.php
2013-05-03 12:04:42 +08:00
David Monllao
28abad1ab2
MDL-39348 behat: Compatibility with Safari and IE
...
Also changing from SeleniumDriver checking
to GoutteDriver as is less probably to change
goutte than to change selenium.
2013-05-03 10:43:06 +08:00
David Monllao
90ed22ab70
MDL-38041 behat: Capturing also PHP debug messages
2013-05-03 10:05:08 +08:00
David Monllao
e541bc2182
MDL-38949 behat: Fix editor presence detection issue
...
Checking not only the presence of an editor
in the page, also an editor for the target
field.
2013-04-14 11:07:33 +08:00
David Monllao
ed6ca2d2f1
MDL-38949 behat: Form field for selectyesno
...
Silly extension of behat_form_select.
2013-04-14 10:58:20 +08:00
Eloy Lafuente (stronk7)
3621633194
Merge branch 'MDL-38950_master' of git://github.com/dmonllao/moodle
2013-04-09 23:42:59 +02:00
David Monllao
0b297fdc37
MDL-38950 behat: File manager elements contextual menu
...
Modified to work with both file manager elements
and file/folder elements inside modal windows.
2013-04-09 14:59:31 +08:00
David Monllao
a34c0b1366
MDL-38953 behat: Disable email message processor
...
Disabled before storing database into
serialized files.
2013-04-08 11:46:13 +08:00
David Monllao
060bafefe3
MDL-38823 behat: New behat_form_radio
...
To deal with radio inputs after allowing
behat_form_field to delegate in specific
fields managers. It also fixes a BIG issue
when calling a no required class.
2013-04-03 13:55:42 +08:00
Eloy Lafuente (stronk7)
12879418e9
Merge branch 'MDL-38823_master' of git://github.com/dmonllao/moodle
...
Conflicts:
mod/forum/tests/behat/behat_mod_forum.php
2013-04-02 01:47:40 +02:00
Eloy Lafuente (stronk7)
23726a43d4
Merge branch 'MDL-38805_master' of git://github.com/dmonllao/moodle
2013-04-02 01:45:43 +02:00
Eloy Lafuente (stronk7)
c57c57c575
Merge branch 'MDL-38499_master' of git://github.com/dmonllao/moodle
2013-04-01 22:23:58 +02:00
David Monllao
7bc7625e04
MDL-38823 behat: Make default form field manage different HTML elements
2013-04-01 17:51:54 +08:00
David Monllao
3a4d76ac3d
MDL-38805 behat: Externalized behat_form_field loader
2013-04-01 12:32:25 +08:00
David Monllao
eff79d5378
MDL-38787 behat: Move to the new Javascript-based test class manager
2013-03-28 16:59:18 +08:00
David Monllao
b918f9f7bf
MDL-38499 behat: Steps definitions for section visibility management
2013-03-27 16:00:54 +08:00
David Monllao
5cde7298e3
MDL-38410 behat: Adding new form fields
2013-03-19 16:42:59 +08:00
David Monllao
3db1aec528
MDL-38184 behat: Filepicker management steps
...
Includes create/open/delete/zip/unzip
of files and folders
2013-03-08 11:57:15 +08:00
David Monllao
a8d910a82a
MDL-38184 behat: Solving problem with the tests loader
2013-03-08 09:42:28 +08:00
David Monllao
1d823d9322
MDL-38184 behat: File-related actions
2013-03-08 09:42:28 +08:00
David Monllao
a4534dceef
MDL-38184 behat: Fields management externalized
...
Not only behat_forms needs to deal
with form fields
2013-03-08 09:42:28 +08:00
Eloy Lafuente (stronk7)
4384eea0c9
Merge branch 'MDL-37958_master-fix' of git://github.com/dmonllao/moodle
2013-03-06 10:31:20 +01:00
David Monllao
31c75894e0
MDL-38271 behat: Fixing typo
2013-03-06 15:07:36 +08:00
David Monllao
0a7f6a02eb
MDL-37958 behat: Nasty strings in HTML
...
Nasty strings includes html entities and
non-breaking spaces followed by spaces which makes
very hard to find these strings in the DOM html,
this patch keeps the non-breaking spaces and all
the nasty characters, but leaves them isolated from
other regular spaces. It swaps the strings to HTML before
finding elements in the HTML that matches that contents.
2013-03-06 13:34:09 +08:00
Eloy Lafuente (stronk7)
88906d068d
Merge branch 'MDL-37958_master' of git://github.com/dmonllao/moodle
2013-03-05 19:28:14 +01:00
Eloy Lafuente (stronk7)
4afd580231
Merge branch 'MDL-38271_master' of git://github.com/dmonllao/moodle
2013-03-05 15:43:15 +01:00
David Monllao
6fe3986dec
MDL-38007 behat: Refining error texts
...
Also removing a couple of silly notices
2013-03-05 16:52:48 +08:00
Damyon Wiese
d0eac6f639
Merge branch 'MDL-38178_master' of git://github.com/dmonllao/moodle
2013-03-05 15:10:52 +08:00
Aparup Banerjee
c0da001c49
Merge branch 'MDL-38025_master' of git://github.com/dmonllao/moodle
2013-03-05 14:43:46 +08:00
David Monllao
f8f1bdc315
MDL-38178 behat: Adding find_all and step to expand all form's fieldsets
2013-03-05 14:41:52 +08:00
David Monllao
072f67fcac
MDL-38026 behat: Base to write steps to work with specific DOM parts
2013-03-01 16:40:22 +08:00