Andrew Nicols
3657649aaa
MDL-49144 blocks: Add behat test to ensury sanity of block title
2015-03-02 12:09:57 +00:00
Dan Poltawski
00e8070f00
Merge branch 'MDL-48544-27' of git://github.com/andrewnicols/moodle into MOODLE_27_STABLE
2015-02-09 22:42:15 +00:00
Andrew Nicols
8bc846ff7a
MDL-48544 blocks: Only add docked tags if all blocks are docked
...
Previously, if all blocks were hidden, then the region was reported as
being docked eroniously and it was not possible to unhide the blocks.
Docking should have no relation to the presence of block content.
2015-02-09 20:56:04 +08:00
Neill Magill
a2b22dd5df
MDL-48865 core_block: Show regions with only hidden blocks when editing
...
Before this patch if all the blocks in a block region are set to hidden the region will be docked even when editing is enabled.
This meant that as a user I would need to add a new block to the page and move it to that region via the configuration
menu before I could manipulate the hidden blocks again.
2015-02-03 16:14:42 +08:00
Andrew Nicols
49f7f2e20a
MDL-14402 blocks: Do not show assign roles on my home
2014-11-19 11:19:06 +08:00
Marina Glancy
0d4b11ff88
MDL-45320 behat: Step definitions for blocks
2014-05-21 09:32:12 +12:00
Frederic Massart
969b30022e
MDL-43784 behat: Removed usage of Afterburner in a feature
2014-03-26 16:18:13 +08:00
Dan Poltawski
7f42ee92eb
Merge branch 'MDL-44440_master' of git://github.com/dmonllao/moodle
2014-03-10 13:45:26 +08:00
David Monllao
1f631c7c63
MDL-44440 behat: Changing , for > as a navigation tree nodes separator
...
Using greater than as seems a more natural separator
than the comma when separating nodes which have a
hierarchy relation.
2014-03-10 13:35:40 +08:00
David Monllao
759b323e0e
MDL-43236 behat: Updating references to deprecated methods
2014-03-07 16:05:21 +08:00
David Monllao
a542553d42
MDL-44440 behat: Refactoring features to use I navigate to
...
Replacing multiple "I expand node" steps by the
new "I navigate to". Also fixing few I navigate to
when dealing with non-JS.
2014-03-07 14:46:54 +08:00
David Monllao
f083d6145e
MDL-43738 behat: Updating features files
...
The following used steps were replaced by the ones
added in this issue:
- I fill the moodle form with
- I fill in with
- I select from
- I select radio button
- I check
- I uncheck
- the field should match
Also removing test for deprecated steps:
- the ASD checkbox should be checked
- the ASD checkbox should not be checked
2014-02-27 18:22:05 +08:00
David Monllao
abe572e3f2
MDL-43642 behat: Setting the correct files @package
2014-01-10 17:50:50 +08:00
David Monllao
5d2b67228c
MDL-41030 behat: Dock blocks compatible with both selenium and phantomjs
2013-12-06 12:13:39 +08:00
David Monllao
5df9e40cec
MDL-40741 behat: Changing xpaths for clean theme
...
Keeps compatibility with standard theme.
2013-11-26 11:41:13 +08:00
Andrew Nicols
b100c4e3a1
MDL-40975 Behat: Fix test failure with block menus
2013-11-07 11:42:27 +08:00
David Monllao
047a8800f4
MDL-40975 course: Adapt behat tests to the new course editing interface
2013-11-06 11:41:00 +08:00
rwijaya
a80af8a652
MDL-42280 Behat: add behat test for block settings.
...
Test includes: modifying setting to hide and move block appearance
2013-11-05 11:37:28 +08:00
Marina Glancy
e6bcdc5ece
MDL-42278 behat: block context can be returned to original state
...
Automate MDLQA-1547 - The context of a block can always be returned to it's original state.
2013-10-15 14:41:55 +11:00
David Monllao
e9af3ed361
MDL-42013 behat: I should (not)? see checking visibility
...
Only for non-Javascript tests. If the step
is named I should/should not see whatever
is makes sense that has to be visible.
2013-10-10 18:40:29 +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
dedb973878
MDL-39635 behat: Replacing hardcoded language strings
...
Using get_string() instead.
2013-07-19 10:02:10 +02:00
David Monllao
5d7b6307b1
MDL-39586 behat: Closed list of stackeholders
2013-05-09 18:38:13 +08:00
David Monllao
550d842e3c
MDL-39232 behat Normalize feature tags according to component names
2013-04-30 11:54:47 +08:00
David Monllao
7fcf94cb1a
MDL-38615 behat: New test
...
According to MDLQA-1160, a manager
can configure a block to display
throughout the site.
2013-04-03 10:33:24 +08:00
David Monllao
1c00d6f636
MDL-38788 behat: Add a block and add an activity steps definitions compatible with JS disabled
2013-04-01 11:18:33 +08:00
David Monllao
c94a0d1890
MDL-38788 behat: New tests with Javascript disabled
...
Add a block and add an activity/resource
tests. The add an activity with JS disabled
test includes MDLQA-2446 automation.
2013-04-01 11:17:45 +08:00
David Monllao
7532ea010a
MDL-38346 behat: Quick fix to remove nasty strings
2013-03-12 15:17:23 +08:00
David Monllao
37652a9cb9
MDL-38352 behat: Updating tests
...
According to non-escaped double quotes
in TableNodes. Also refactoring previous
test affected by the issue.
2013-03-11 12:52:13 +08:00
David Monllao
e8a88ebbd8
MDL-37958 behat: Avoid problems with Background cached steps
2013-03-06 15:49:37 +08:00
David Monllao
b9d551e17d
MDL-37958 behat: Tests for permissions management
2013-03-01 09:52:10 +08:00
David Monllao
fe856690cb
MDL-37662 behat: Add blocks definition
2013-01-29 18:21:08 +08:00