Commit ab77748f authored by isstuev's avatar isstuev

test fix 2

parent 2814751f
...@@ -69,12 +69,12 @@ const Footer = () => { ...@@ -69,12 +69,12 @@ const Footer = () => {
return ( return (
<Flex direction={{ base: 'column', lg: 'row' }} p={{ base: 4, lg: 9 }} borderTop="1px solid" borderColor="divider"> <Flex direction={{ base: 'column', lg: 'row' }} p={{ base: 4, lg: 9 }} borderTop="1px solid" borderColor="divider">
<Box flexGrow="1" mb={{ base: 6, lg: 0 }}> <Box flexGrow="1" mb={{ base: 8, lg: 0 }}>
<Flex> <Flex>
<ColorModeToggler/> <ColorModeToggler/>
<NetworkAddToWallet ml={ 8 }/> <NetworkAddToWallet ml={ 8 }/>
</Flex> </Flex>
<Box mt={{ base: 6, lg: '44px' }}> <Box mt={{ base: 5, lg: '44px' }}>
<Link fontSize="xs" href="https://www.blockscout.com">blockscout.com</Link> <Link fontSize="xs" href="https://www.blockscout.com">blockscout.com</Link>
</Box> </Box>
<Text mt={ 3 } mr={{ base: 0, lg: '114px' }} maxW={{ base: 'unset', lg: '470px' }} fontSize="xs"> <Text mt={ 3 } mr={{ base: 0, lg: '114px' }} maxW={{ base: 'unset', lg: '470px' }} fontSize="xs">
......
...@@ -49,8 +49,5 @@ test.describe('auth', () => { ...@@ -49,8 +49,5 @@ test.describe('auth', () => {
await component.getByAltText(/Profile picture/i).click(); await component.getByAltText(/Profile picture/i).click();
await expect(page).toHaveScreenshot(); await expect(page).toHaveScreenshot();
await page.locator('div[aria-label="Toggle color mode"]').click();
await expect(page).toHaveScreenshot();
}); });
}); });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment