Minor test chnage

(cherry picked from commit 64f7aa2c95)
This commit is contained in:
Marcial Rosales 2025-05-02 18:08:09 +02:00 committed by Mergify
parent 44fbd67a7a
commit bb05f41e63
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ describe('Exchange management', function () {
assert.equal("amq.fanout", await exchange.getName())
})
it('queue selectable columns', async function () {
it('exchange selectable columns', async function () {
await overview.clickOnOverviewTab()
await overview.clickOnExchangesTab()
await doWhile(async function() { return exchanges.getExchangesTable() },