Skip to content
Snippets Groups Projects
Unverified Commit b5d34b9d authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins
Browse files

undo: TransactionsTable.test.js

parent ec1aeef4
No related branches found
No related tags found
No related merge requests found
......@@ -577,6 +577,8 @@ describe('Transactions', () => {
test('dropdown selects an item when clicking', async () => {
const { container, getTransactions } = renderTransactions();
editField(container, 'category', 2);
let tooltip = container.querySelector('[data-testid="tooltip"]');
// Make sure none of the items are highlighted
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment