For pass test cases
Signed-off-by: daliu <liudaax@126.com>
This commit is contained in:
parent
b6818f6542
commit
1b37162d16
1 changed files with 2 additions and 2 deletions
|
@ -98,13 +98,13 @@ describe('TopicTable Components', () => {
|
|||
screen.getByRole('link', { name: '__internal.topic' })
|
||||
).toBeInTheDocument();
|
||||
expect(
|
||||
screen.getByRole('row', { name: '__internal.topic 1 0 1 0 0 Bytes' })
|
||||
screen.getByRole('row', { name: '__internal.topic 1 0 1 0 Bytes 0 Bytes 0 0 0 0 0 0 0 0 Bytes' })
|
||||
).toBeInTheDocument();
|
||||
expect(
|
||||
screen.getByRole('link', { name: 'external.topic' })
|
||||
).toBeInTheDocument();
|
||||
expect(
|
||||
screen.getByRole('row', { name: 'external.topic 1 0 1 0 1 KB' })
|
||||
screen.getByRole('row', { name: 'external.topic 1 0 1 0 Bytes 0 Bytes 0 0 0 0 0 0 0 1 KB' })
|
||||
).toBeInTheDocument();
|
||||
|
||||
expect(screen.getAllByRole('checkbox').length).toEqual(3);
|
||||
|
|
Loading…
Add table
Reference in a new issue