Skip to content

Commit 5195913

Browse files
Minor test case wording change
1 parent da578bd commit 5195913

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

selenium/test/queuesAndStreams/view-mqtt-qos0.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe('Given a mqtt 5.0 connection with a qos 0 subscription with zero sessio
9595

9696
})
9797

98-
it('should be an mqtt connection', async function () {
98+
it('should be an mqtt connection listed', async function () {
9999
await overview.clickOnConnectionsTab()
100100

101101
let table = await doUntil(async function() {

selenium/test/queuesAndStreams/view-qq-consumers.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ describe('Given a quorum queue configured with SAC', function () {
8383
ch1Consumer = ch1.consume(queueName, (msg) => {}, {consumerTag: "one"})
8484
})
8585

86-
it('it should have one consumer as active', async function() {
86+
it('it should have one consumer listed as active', async function() {
8787
await doUntil(async function() {
8888
await queuePage.refresh()
8989
await queuePage.isLoaded()
@@ -111,7 +111,7 @@ describe('Given a quorum queue configured with SAC', function () {
111111
ch2Consumer = ch2.consume(queueName, (msg) => {}, {consumerTag: "two", priority: 10})
112112
})
113113

114-
it('the latter consumer should be active and the former waiting', async function() {
114+
it('the latter consumer should be listed as active and the former waiting', async function() {
115115

116116
await doUntil(async function() {
117117
await queuePage.refresh()
@@ -177,7 +177,7 @@ describe('Given a quorum queue configured with SAC', function () {
177177
ch1Consumer = ch1.consume(queueName, (msg) => {}, {consumerTag: "one", priority: 10})
178178
})
179179

180-
it('it should have one consumer as active', async function() {
180+
it('it should have one consumer listed as active', async function() {
181181
await doUntil(async function() {
182182
await queuePage.refresh()
183183
await queuePage.isLoaded()

0 commit comments

Comments
 (0)