We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b77a8 commit 171af5eCopy full SHA for 171af5e
ui-tests/cypress/lib/dashboard/remoteConfig/remoteConfig.js
@@ -50,7 +50,7 @@ const verifyStaticElementsOfPage = () => {
50
labelElement: remoteConfigDataTableElements().COLUMN_NAME_AB_TESTING_STATUS_LABEL,
51
labelText: "A/B Testing Status",
52
});
53
-}
+};
54
55
const verifyEmptyPageElements = () => {
56
@@ -74,7 +74,7 @@ const verifyFullDataPageElements = () => {
74
const verifyRemoteConfigDataFromTable = ({
75
index = 0,
76
isEmpty = false,
77
- shouldNotEqual= false,
+ shouldNotEqual = false,
78
parameter = null,
79
status = null,
80
expireDate = null,
0 commit comments