Filipe
8aa7ef2e39
Merge pull request #8336 from jibees/8335-fix-flaky-embedded_shopfronts_spec
...
Move embedded_shopfronts_spec as system spec
2021-10-12 14:32:08 +01:00
Jean-Baptiste Bellet
059163c49d
Move embedded_shopfronts_spec as system spec
2021-10-12 14:28:54 +02:00
Jean-Baptiste Bellet
d53ae3370d
Move orders_spec.rb as system spec
2021-10-12 14:27:38 +02:00
Maikel Linke
5a85fcd349
Expect content after page is loaded
...
The login action takes some time and the spec wasn't waiting for that. I
suspected a race condition when AngularJS is initialising form values
and we are expecting certain values.
2021-10-12 15:04:16 +11:00
Maikel
ccc73eb829
Merge pull request #8316 from jibees/5937-resolve-flaky-spec-on-shopping_spec
...
resolve flaky spec on shopping spec
2021-10-12 14:27:37 +11:00
Matt-Yorkley
3fe237b25d
Merge pull request #8319 from filipefurtad0/account_folder_into_system_spec
...
Updates and moves consumer/account folder into system
2021-10-12 02:33:36 +02:00
Maikel
dcc8dc7ead
Merge pull request #8318 from filipefurtad0/fix_flaky_checkout_auth_spec
...
Fix flaky checkout auth spec
2021-10-11 17:18:03 +11:00
Maikel Linke
35ed7e852d
Remove errornous quotes from alert text
2021-10-11 16:43:14 +11:00
Maikel Linke
b008116734
Cover alert text in spec
...
The `strip` method removes a trailing newline at the end.
2021-10-11 16:41:52 +11:00
filipefurtad0
75f773fafc
Updates/moves consumer/account/settings_spec into system
2021-10-08 14:36:54 +01:00
filipefurtad0
acc0cc08c3
Updates/moves consumer/account/payments_spec into system
2021-10-08 14:31:03 +01:00
filipefurtad0
97a79a77e1
Updates/moves consumer/account/cards_spec into system
2021-10-08 14:29:41 +01:00
filipefurtad0
0d87aea9f5
Updates and moves checkout_auth_spec into system
2021-10-08 14:05:38 +01:00
filipefurtad0
a376c0b079
Updates cookie manipulation syntax to be Ferrum compliant
2021-10-08 10:28:02 +01:00
filipefurtad0
8f777b4d38
Updates authentication_spec.rb into system spec
2021-10-08 10:26:14 +01:00
Jean-Baptiste Bellet
3d87485cd3
Move shopping_spec.rb as a system spec
...
- Move the file to `spec/system/`
- Replace `require 'spec_helper'` by `require 'system_helper'`
- replace `feature` with `describe`
2021-10-08 11:06:54 +02:00
filipefurtad0
6025d43f0d
Updates checkout_spec into system
2021-10-06 13:34:59 +11:00
Jean-Baptiste Bellet
1b7c36664e
Add missing i18n key for Devise
...
and update tests as well:
- from feature to system
- Add the reset password scenario
- Add some errors scenario to the reset password scenario: token expired, token invalid, and not the same password
2021-09-01 17:16:29 +02:00