We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b20ff9 commit 6d2f8e4Copy full SHA for 6d2f8e4
1 file changed
packages/cypress/cypress/pages/modelRegistry.ts
@@ -63,6 +63,10 @@ class ModelRegistry {
63
cy.findByTestId('app-page-title', { timeout: 60000 }).should('exist');
64
}
65
66
+ visitWithRegistry(registryName: string) {
67
+ this.visit(registryName);
68
+ }
69
+
70
navigate() {
71
appChrome
72
.findNavItem({ name: 'Registry', rootSection: 'AI hub', subSection: 'Models' })
0 commit comments