Skip to content

Commit

Permalink
NAS-132667: PR update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKarpov98 committed Nov 26, 2024
1 parent edf86a1 commit 1fd209c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ describe('InstanceDetailsComponent', () => {
});
});

it('shows name of the selected instance', () => {
expect(spectator.query('.title')).toHaveText('Details for');
expect(spectator.query('.title')).toHaveText('my-instance');
});

it('shows details sub-components related to selected instance', () => {
expect(spectator.query(InstanceGeneralInfoComponent)).toExist();
expect(spectator.query(InstanceDevicesComponent)).toExist();
Expand Down

0 comments on commit 1fd209c

Please sign in to comment.