FE: Redesign buttons #65
frontend_pr.yml
on: pull_request_target
build
/
build-and-test
3m 44s
Annotations
3 errors
TopicTable Components › with topics › Selectable rows › Batch actions bar › when more then one topics are selected › renders batch actions bar:
frontend/src/components/Topics/List/__tests__/TopicTable.spec.tsx#L158
expect(element).toBeDisabled()
Received element is not disabled:
<button class="sc-jSgvzq kmhJGt" type="button" />
at Object.<anonymous> (src/components/Topics/List/__tests__/TopicTable.spec.tsx:158:60)
|
Connectors List Page › Create new connector › Create new connector button is disabled when connects list is empty:
frontend/src/components/Connect/List/__tests__/ListPage.spec.tsx#L201
expect(element).toBeDisabled()
Received element is not disabled:
<button class="sc-bYEvvW bCzfwZ" type="button" />
at Object.<anonymous> (src/components/Connect/List/__tests__/ListPage.spec.tsx:201:52)
|
build / build-and-test
Process completed with exit code 1.
|