Skip to content

Commit fbd8366

Browse files
Check that since 4.2 onwards khepri_db is enabled
1 parent a809c30 commit fbd8366

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

selenium/test/feature-flags/feature-flags.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ describe('Feature flags in Admin tab', function () {
4242
let ffTable = await ffTab.getAll()
4343
assert(findTableRow(ffTable, function(row) {
4444
return row[0] === 'khepri_db'
45-
}))
45+
}))
46+
let state = await ffTab.getState('khepri_db')
47+
assert(await state.isSelected())
4648
})
4749

4850

0 commit comments

Comments
 (0)