Skip to content

Commit 661e4dc

Browse files
authored
[O2B-1491] Fix syntax error in overview.test.js
1 parent b2da6cb commit 661e4dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/public/envs/overview.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ module.exports = () => {
321321
await page.$eval(getCurrentStatusCheckboxSelector("DEPLOYED"), (element) => element.click());
322322
await waitForTableLength(page, 3);
323323
await checkTableCurrentStatuses(["RUNNING", "DEPLOYED"]);
324-
};
324+
});
325325

326326
it('should successfully filter environments by their IDs', async () => {
327327
/**

0 commit comments

Comments
 (0)