Skip to content

Commit 171af5e

Browse files
committed
Fixed linter errors
1 parent 65b77a8 commit 171af5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui-tests/cypress/lib/dashboard/remoteConfig/remoteConfig.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const verifyStaticElementsOfPage = () => {
5050
labelElement: remoteConfigDataTableElements().COLUMN_NAME_AB_TESTING_STATUS_LABEL,
5151
labelText: "A/B Testing Status",
5252
});
53-
}
53+
};
5454

5555
const verifyEmptyPageElements = () => {
5656

@@ -74,7 +74,7 @@ const verifyFullDataPageElements = () => {
7474
const verifyRemoteConfigDataFromTable = ({
7575
index = 0,
7676
isEmpty = false,
77-
shouldNotEqual= false,
77+
shouldNotEqual = false,
7878
parameter = null,
7979
status = null,
8080
expireDate = null,

0 commit comments

Comments
 (0)