Skip to content

Commit

Permalink
LRQA-54230 Add a macro to configure ccr
Browse files Browse the repository at this point in the history
  • Loading branch information
Linda Sui authored and brianchandotcom committed Feb 26, 2020
1 parent a1bfef8 commit a5ccd34
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
definition {

macro configureCrossClusterReplication {
FormFields.enableCheckbox(fieldName = "ccrEnabled");

FormFields.editTextMultiline(
fieldName = "ccrLocalClusterConnectionId",
fieldValue = "${ccrLocalClusterConnectionID}");

SystemSettings.saveConfiguration();
}

macro configureDisplayStyle {
Click(locator1 = "Dropdown#TRIGGER");

Expand Down

0 comments on commit a5ccd34

Please sign in to comment.