feat: add test for orders

This commit is contained in:
2025-02-16 11:31:05 +03:00
parent 52fec13377
commit 56f65fbd3a
14 changed files with 16255 additions and 15270 deletions

View File

@@ -47,6 +47,7 @@ const Sidebar = () => {
w='100%'
colorScheme={isActive(URLs.armMaster.url) ? 'green' : 'blue'}
variant={isActive(URLs.armMaster.url) ? 'solid' : 'ghost'}
data-testid='master-button'
>
{t('master')}
</Button>