Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
# tool_behat Upgrade notes
2
 
3
## 5.0
4
 
5
### Added
6
 
7
- New Behat step `\behat_general::the_url_should_match()` has been added to allow checking the current URL. You can use it to check whether a user has been redirected to the expected location.
8
  e.g. `And the url should match "/mod/forum/view\.php\?id=[0-9]+"`
9
 
10
  For more information see [MDL-83617](https://tracker.moodle.org/browse/MDL-83617)
11
 
12
## 4.5
13
 
14
### Added
15
 
16
- Behat tests are now checking for deprecated icons. This check can be disabled by using the `--no-icon-deprecations` option in the behat CLI.
17
 
18
  For more information see [MDL-82212](https://tracker.moodle.org/browse/MDL-82212)