Skip to content

Commit a809c30

Browse files
Test feature flags in management ui with selenium
1 parent 4bc4a9e commit a809c30

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

deps/rabbitmq_management/priv/www/js/tmpl/feature-flags.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</p>
2121
<button id="ff-enable-all-button" onclick='enable_all_stable_feature_flags(this);'>Enable all stable feature flags</button>
2222
</div>
23-
<div class="section">
23+
<div class="section" id="feature-flags">
2424
<h2>Feature Flags</h2>
2525
<div class="hider">
2626
<%= filter_ui(nonreq_feature_flags) %>

selenium/suites/mgt/feature-flags.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)