@@ -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