Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
robertMileaNi committed Aug 20, 2024
1 parent 135cce6 commit a576a2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/datasources/asset/components/AssetQueryEditor.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,10 @@ it('renders with query defaults', async () => {
expect(screen.getAllByRole('combobox')[1]).toHaveAccessibleDescription('Select systems');
})


it('renders with initial query and updates when user makes changes', async () => {
const [onChange] = render({ queryKind: AssetQueryType.Metadata, minionIds: ['1'], workspace: '2' } as AssetMetadataQuery);
await workspacesLoaded();

// User selects metadata
expect(screen.getByRole('radio', { name: AssetQueryLabel.Metadata })).toBeChecked();

// Renders saved query
Expand Down

0 comments on commit a576a2a

Please sign in to comment.