Skip to content
Snippets Groups Projects
Commit b7f2b8da authored by bruno's avatar bruno
Browse files

test

parent 41678424
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,6 @@ describe('Implementations page', () => {
RTL.render(<Implementations />)
RTL.screen.getByText('Implementaciones')
RTL.screen.getByText(/contenido de implementaciones/i)
RTL.screen.getByText(/contenido de implementaciones 2/i)
})
})
......@@ -9,7 +9,7 @@ export const Implementations = () => {
Implementaciones
</Heading>
<Text fontSize="lg" mb="4">
Contenido de implementaciones
Contenido de implementaciones 2
</Text>
</Box>
)
......
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