Skip to content
Snippets Groups Projects
Commit f5d68319 authored by Adrian Orłów's avatar Adrian Orłów
Browse files

fix: MIN-236 hotfix const

parent 7648f480
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!125hotfix: invalid const value (MIN-236)
Pipeline #85426 passed
......@@ -56,7 +56,7 @@ describe('OverlayAxis - component', () => {
expect(bar).toBeInTheDocument();
expect(bar?.getAttribute('class')).toContain('rounded-r');
expect(bar?.getAttribute('class')).toContain('left-1/2');
expect(bar?.getAttribute('style')).toContain('width: 28.211717200000003%;');
expect(bar?.getAttribute('style')).toContain('width: 28.211717200000002%;');
expect(bar?.getAttribute('style')).toContain('background: rgb(255, 0, 0);');
});
......
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