Commit Graph

9 Commits

Author SHA1 Message Date
Jan Lysý
72ec1620f6 Add minimal plugin requirements for blocks checkout tests
[MAILPOET-3937]
2022-02-10 12:35:14 +01:00
Jan Lysý
ec98b81116 Add acceptance tests for WC Blocks checkout
[MAILPOET-3937]
2022-02-10 12:35:14 +01:00
Jan Lysý
5b1374b0fe Use native function for work with checkoxes
[MAILPOET-4125]
2022-02-09 10:37:42 +01:00
Jan Lysý
8ff7b32cf3 Add more attempts for click in table
[MAILPOET-4125]
2022-02-09 10:37:42 +01:00
wxa
46a9baba1d Add tests
[MAILPOET-3880]
2022-01-27 16:14:14 +01:00
Rodrigo Primo
710f61c132 Revert "Fixed acceptance test errors"
This reverts commit f36b61e7f3.
2022-01-19 16:16:55 +01:00
Rodrigo Primo
36aa3a3896 Revert "Fixed fixed types error"
This reverts commit a6a22133d7.
2022-01-19 16:16:55 +01:00
Rostislav Wolny
c034968233 Introduce new assertCssProperty method for acceptance tester
When running acceptance tests on a seleniarm image I noticed that Chromium (used in seleniarm)
formats a value in a style attribute in some cases differently than Chrome.
From observations it seems that Chromium doesn't format it but Chrome always adds spaces between property name and value.
This causes that some assertions e.g. stringContains('border-width: 10px;') may pass in Chrome but fail in Chromium.
This commit adds new method assertCssProperty which checks exact value of applied CSS and fixes test EditorTextInputStylesCest.

[MAILPOET-4029]
2022-01-19 12:21:15 +01:00
Jan Jakes
9f790efbf0 Move plugin files to a subfolder
[MAILPOET-3988]
2022-01-18 15:30:22 +01:00