Commit 6f70139b authored by Max Alekseenko's avatar Max Alekseenko

update screenshots

parent fd4bbbc3
...@@ -35,7 +35,7 @@ const testFn: Parameters<typeof test>[1] = async({ mount, page }) => { ...@@ -35,7 +35,7 @@ const testFn: Parameters<typeof test>[1] = async({ mount, page }) => {
const component = await mount( const component = await mount(
<TestApp> <TestApp>
{ /* added Flex as a Layout because the iframe has negative margins */ } { /* added Flex as a Layout because the iframe has negative margins */ }
<Flex flexDirection="column" mx={{ base: 4, lg: 6 }}> <Flex flexDirection="column" mx={{ base: 4, lg: 6 }} h="100vh">
<MarketplaceApp/> <MarketplaceApp/>
</Flex> </Flex>
</TestApp>, </TestApp>,
......
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