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 75fce87 commit fdac62dCopy full SHA for fdac62d
tests/e2e/tests/critical-path/browser/stream-pending-messages.e2e.ts
@@ -14,7 +14,7 @@ const chance = new Chance();
14
let keyName = chance.word({ length: 20 });
15
let consumerGroupName = chance.word({ length: 20 });
16
17
-fixture `Pending messages`
+fixture `Acknowledge and Claim of Pending messages`
18
.meta({ type: 'critical_path', rte: rte.standalone })
19
.page(commonUrl)
20
.beforeEach(async() => {
0 commit comments