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