Commit Graph

272 Commits

Author SHA1 Message Date
Guy Sartorelli
4773cbe785
ENH Migrate image selection logic from asset-admin (#249) 2023-09-11 12:33:10 +12:00
Steve Boyd
40f812f3e5 Merge branch '4' into 5.0 2023-06-01 13:44:49 +12:00
Maxime Rainville
dd2146fd65
BUG Explicitly name all parameters on theTextBeforeAfter (#242) 2023-06-01 13:42:47 +12:00
Steve Boyd
5d8d2d4d0e Merge branch '4.11' into 5.0 2023-05-31 15:18:35 +12:00
Steve Boyd
aa26c912ce BUG Correct method parameters on stepCreateRecordWithTable
Co-authored-by: Steve Boyd <emteknetnz@gmail.com>
2023-05-23 11:33:59 +12:00
Guy Sartorelli
937dd5e006
FIX Correctly clear extensions after each scenario (#241) 2023-05-19 11:13:53 +12:00
Steve Boyd
c4c0be1dc8
Merge pull request #236 from creative-commoners/pulls/5/support-frontend-changes
Various fixes to resolve issues in behat tests
2023-01-30 10:40:11 +13:00
Guy Sartorelli
73126eab5c
FIX Emails are arrays
Work missed during #232
2023-01-27 15:54:42 +13:00
Steve Boyd
7db9e1c249 MNT Remove legacy upgrader config 2023-01-20 17:14:51 +13:00
Guy Sartorelli
dfcafd60cb
FIX Correctly set options in tag field 2023-01-20 14:28:38 +13:00
Sabina Talipova
e3023d81cb
API Remove deprecated code (#234) 2022-12-08 10:44:24 +13:00
Sabina Talipova
aa27715a11 Merge branch '4' into 5 2022-11-21 15:51:08 +13:00
Steve Boyd
4dcea617d8 API Stop using deprecated API 2022-11-03 14:13:44 +13:00
Guy Sartorelli
2601cd8e01
FIX Emails are arrays in TestMailer 2022-10-27 13:45:09 +13:00
Steve Boyd
6c2f9b7b24 FIX Restore adding sent emails to test session state 2022-10-25 13:41:57 +13:00
Steve Boyd
ec190a1819 FIX TestMailer instantiation 2022-10-20 12:24:41 +13:00
Steve Boyd
67e0060943 API Update method signatures 2022-10-20 09:55:48 +13:00
Steve Boyd
f4a7b745f6 FIX Register against MailerInterface::class 2022-10-19 11:20:59 +13:00
Steve Boyd
5c6b9756fb API Update deprecations 2022-10-18 14:49:22 +13:00
Steve Boyd
6a0185d477 ENH Update deprecation messages 2022-10-18 14:49:04 +13:00
Sabina Talipova
4e00b8ee95 ENH New steps to creat groups and members with permissions 2022-09-06 12:22:55 +12:00
Steve Boyd
e5e6c7256a Merge branch '4.9' into 4 2022-07-25 17:06:57 +12:00
Steve Boyd
c460781971 FIX Use usleep for fractions of a second 2022-07-25 15:28:43 +12:00
Guy Sartorelli
ced518e890
Merge pull request #212 from creative-commoners/pulls/4/php81
ENH PHP 8.1 compatibility
2022-04-22 16:22:27 +12:00
Guy Sartorelli
e35b60d940 MNT Remove config that does nothing and is confusing.
The config here doesn't actually get applied to the in-browser sessions
and is misleading.
2022-04-14 10:00:14 +12:00
Steve Boyd
1f9fc6db05 ENH PHP 8.1 compatibility 2022-04-13 17:37:24 +12:00
Tim Oliver
261f88dd19
FIX When waiting for text to show on page, look for elements until we find one that is visible instead (#211)
of failing if the first element is invisible.
2022-03-29 14:10:29 +13:00
Steve Boyd
c7801bb1fb FIX Define admin_email 2022-03-22 13:02:06 +13:00
Steve Boyd
b9b4c1d2a2
FIX Statically call assertion 2021-11-11 14:13:15 +13:00
Steve Boyd
bc76e19d5d
NEW Skip MFA on login if present (#204) 2021-11-08 14:29:05 +13:00
Steve Boyd
c7563fda09 DEP PHP8 support 2021-11-08 10:28:45 +13:00
Steve Boyd
9ee6858f91 API phpunit9 support 2021-10-27 17:14:44 +13:00
Steve Boyd
76431b1190 NEW Add function to elements and select from dropdowns 2021-07-29 22:05:50 +12:00
Steve Boyd
c754d70042 NEW add iClickOnTheElementConfirmingTheDialog 2021-04-15 13:57:58 +12:00
Steve Boyd
420ceb8c0d NEW Add iClickOnTheElement 2021-04-15 12:13:29 +12:00
Steve Boyd
fc9315123e Merge branch '4.0' into 4 2021-03-21 18:35:18 +13:00
Maxime Rainville
efdd90b197
MNT Add support for symphony 4 and switch to shared travis config (#199)
* MNT Add support for symphony 4 and switch to shared travis config

* Specify DB

* Update phpunit config

* Don't test php 8

* Pleasing PHP8

* Use correct syntax for composer OR constraints

* Doing the constraint right ... maybe

Co-authored-by: Steve Boyd <emteknetnz@gmail.com>

Co-authored-by: Steve Boyd <emteknetnz@gmail.com>
2021-03-16 15:31:47 +13:00
Steve Boyd
4d6bd1890c MNT Travis shared config, use sminnee/phpunit 2021-01-19 11:33:18 +13:00
Serge Latyntcev
892aee9592 MNT Add support for sminnee/phpunit fork 2020-10-08 14:46:44 +13:00
Maxime Rainville
6df2a983e3
BUG Avoid trying to get singletons fon non-existan classes (#192)
BUG Avoid trying to get singletons for non-existant classes
2020-04-29 09:54:45 +12:00
Serge Latyntcev
e218fb85df FIX WebDriverSession autostart
Mink does not autostart web driver session anymore until the first ->visit invocation

Here's the breaking change: acf5fb1ec7

SilverStripeContext assumes the session is started when it prepares for the scenario (e.g. it may change the resolution)
2020-03-17 15:44:39 +13:00
Maxime Rainville
a594f44188 Rename click-oneoof-these-buttons method 2019-09-24 15:29:11 +12:00
Maxime Rainville
f94ff57604 BUG Add a method that allow multiple button to be search for and press 2019-09-24 13:58:15 +12:00
Robbie Averill
6ffbd879dc Update typo in docblock 2019-03-22 10:00:05 +13:00
Serge Latyntcev
52573518bd ADD / After each step we wait for the server to handle all requests 2018-12-20 09:37:13 +13:00
Guy Marriott
e892ef4829
NEW Allows scenarios to anticipate an unsaved changes modal 2018-10-15 11:26:34 +13:00
Guy Marriott
b8d658114b
FIX Add missing "?" 2018-08-28 16:13:19 +12:00
Guy Marriott
2cbcab20c1
NEW Adding abilility to add an extension in a step 2018-08-21 14:47:44 +12:00
Damian Mooyman
5fdab55ebf API Update to use new facebook driver extension 2018-01-19 17:05:31 +13:00
Christopher Joe
1d3da4cd2f Feature use existing fixture for member with the given id if found, rather than always creating a new 2017-10-30 16:35:49 +13:00