diff --git a/src/test/PlaywrightTest/Pages/common/commonConfig.json b/src/test/PlaywrightTest/Pages/common/commonConfig.json new file mode 100644 index 0000000000..c9290294c9 --- /dev/null +++ b/src/test/PlaywrightTest/Pages/common/commonConfig.json @@ -0,0 +1,4 @@ +{ + "submitButton": "form button[type=\"submit\"]", + "continueButton": "div.form-group.form-group-related > button[type=\"submit\"]" +}