You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awaitt.expect(browserPage.confirmationMessagePopover.textContent).contains(`will be removed from Consumer Group ${consumerGroupName}`,'The confirmation message');
awaitt.expect(browserPage.confirmationMessagePopover.textContent).contains(`${consumerGroupName}and all its consumers will be removed from ${keyName}`,'The confirmation message');
awaitt.expect(browserPage.streamGroupsContainer.textContent).contains('Your Key has no Consumer Groups available.','The Consumer Group is removed from the table');
0 commit comments