Skip to content
Snippets Groups Projects
Unverified Commit 04812d36 authored by brunoravera's avatar brunoravera Committed by GitHub
Browse files

Merge pull request #1 from tesis-testing-microservicios/test_merge

test
parents 41678424 b7f2b8da
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