webpack/src/Extends/Host/PuppetTab/Routes.js in foreman_puppet-6.1.1 vs webpack/src/Extends/Host/PuppetTab/Routes.js in foreman_puppet-6.2.0
- old
+ new
@@ -4,10 +4,10 @@
import { route } from './helpers';
import Reports from './SubTabs/Reports';
import ENCPreview from './SubTabs/ENCPreview';
const SecondaryTabRoutes = ({ hostName, hostInfo, status }) => (
- <Switch>
+ <Switch ouiaId="foreman-puppet-switch">
<Route path={route('reports')}>
<Reports hostName={hostName} hostInfo={hostInfo} status={status} />
</Route>
{/* <Route path={route('assigned')}>
<EmptyPage