We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d2ff8 commit 9e69496Copy full SHA for 9e69496
selenium/test/exchanges/management.js
@@ -32,7 +32,7 @@ describe('Exchange management', function () {
32
})
33
34
it('display summary of exchanges', async function () {
35
- assert.equal("All exchanges (15)", await exchanges.getPagingSectionHeaderText())
+ assert.equal("All exchanges (14)", await exchanges.getPagingSectionHeaderText())
36
37
38
it('list all default exchanges', async function () {
@@ -44,7 +44,7 @@ describe('Exchange management', function () {
44
["/", "amq.fanout", "fanout"],
45
["/", "amq.headers", "headers"],
46
["/", "amq.match", "headers"],
47
- ["/", "amq.rabbitmq.event", "topic"],
+// ["/", "amq.rabbitmq.event", "topic"],
48
["/", "amq.rabbitmq.trace", "topic"],
49
["/", "amq.topic", "topic"],
50
0 commit comments