We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438b774 commit 64f7aa2Copy full SHA for 64f7aa2
selenium/test/exchanges/management.js
@@ -66,7 +66,7 @@ describe('Exchange management', function () {
66
assert.equal("amq.fanout", await exchange.getName())
67
})
68
69
- it('queue selectable columns', async function () {
+ it('exchange selectable columns', async function () {
70
await overview.clickOnOverviewTab()
71
await overview.clickOnExchangesTab()
72
await doWhile(async function() { return exchanges.getExchangesTable() },
0 commit comments