|
@@ -221,7 +221,7 @@ describe('TopicTable Components', () => {
|
|
).toEqual(2);
|
|
).toEqual(2);
|
|
// Internal topic action buttons are disabled
|
|
// Internal topic action buttons are disabled
|
|
const internalTopicRow = screen.getByRole('row', {
|
|
const internalTopicRow = screen.getByRole('row', {
|
|
- name: '__internal.topic 1 0 1 0 0 Bytes',
|
|
|
|
|
|
+ name: '__internal.topic 1 0 1 0 Bytes 0 Bytes 0 0 0 0 0 0 0 0 Bytes',
|
|
});
|
|
});
|
|
expect(internalTopicRow).toBeInTheDocument();
|
|
expect(internalTopicRow).toBeInTheDocument();
|
|
expect(
|
|
expect(
|
|
@@ -231,7 +231,7 @@ describe('TopicTable Components', () => {
|
|
).toBeDisabled();
|
|
).toBeDisabled();
|
|
// External topic action buttons are enabled
|
|
// External topic action buttons are enabled
|
|
const externalTopicRow = screen.getByRole('row', {
|
|
const externalTopicRow = screen.getByRole('row', {
|
|
- name: 'external.topic 1 0 1 0 1 KB',
|
|
|
|
|
|
+ name: 'external.topic 1 0 1 0 Bytes 0 Bytes 0 0 0 0 0 0 0 1 KB',
|
|
});
|
|
});
|
|
expect(externalTopicRow).toBeInTheDocument();
|
|
expect(externalTopicRow).toBeInTheDocument();
|
|
const extBtn = within(externalTopicRow).getByRole('button', {
|
|
const extBtn = within(externalTopicRow).getByRole('button', {
|