🚀 Feat: Integração do WebClone AI com Playwright e suporte a Mocks de Rede
This commit is contained in:
+9
-1
@@ -53,7 +53,8 @@ import {
|
||||
MapaInterativo,
|
||||
Atribuicoes,
|
||||
VerInconsistencias,
|
||||
SolicitacaoCompras
|
||||
SolicitacaoCompras,
|
||||
WebClone
|
||||
} from './pages'
|
||||
|
||||
import './index.css'
|
||||
@@ -142,6 +143,13 @@ ReactDOM.createRoot(document.getElementById('root')!).render(
|
||||
</Layout>
|
||||
</ProtectedRouteByResource>
|
||||
} />
|
||||
<Route path="/ferramentas/webclone" element={
|
||||
<ProtectedRouteByResource resourceKey="ferramentas-webclone">
|
||||
<Layout>
|
||||
<WebClone />
|
||||
</Layout>
|
||||
</ProtectedRouteByResource>
|
||||
} />
|
||||
|
||||
{/* Estoque */}
|
||||
<Route path="/estoque" element={
|
||||
|
||||
Reference in New Issue
Block a user