Skip to content
Snippets Groups Projects
Commit fc875042 authored by Andrew Sliwinski's avatar Andrew Sliwinski
Browse files

Resolve issue with blocks integration test

parent 9c404002
Branches
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ describe('Working with the blocks', () => {
await clickText('Operators', scope.blocksTab);
await new Promise(resolve => setTimeout(resolve, 1000)); // Wait for scroll animation
await clickText('join', scope.blocksTab); // Click "join <hello> <world>" block
await findByText('helloworld', scope.reportedValue); // Tooltip with result
await findByText('applebanana', scope.reportedValue); // Tooltip with result
const logs = await getLogs();
await expect(logs).toEqual([]);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment