mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Use composable for credential page load (no-changelog) (#14249)
This commit is contained in:
@@ -4,7 +4,7 @@ export const verifyCredentialsListPageIsLoaded = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export const navigateToCredentialsPageAndWaitForLoad = (credentialsPageUrl: string) => {
|
||||
export const loadCredentialsPage = (credentialsPageUrl: string) => {
|
||||
cy.visit(credentialsPageUrl);
|
||||
verifyCredentialsListPageIsLoaded();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user