Added integration test for the search box

This commit is contained in:
Przemek Wiech
2020-04-01 18:41:46 +02:00
parent 2148304ff0
commit ef611be3f3
2 changed files with 13 additions and 0 deletions

View File

@@ -349,6 +349,7 @@ export class TopBar extends React.Component<
setValue(value: string): void;
})
}
id="search"
/>
);
}