ci: Use composable for credential page load (no-changelog) (#14249)

This commit is contained in:
shortstacked
2025-03-28 13:54:08 +00:00
committed by GitHub
parent 157b9c0925
commit 970fab7e30
3 changed files with 16 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ export const verifyCredentialsListPageIsLoaded = () => {
);
};
export const navigateToCredentialsPageAndWaitForLoad = (credentialsPageUrl: string) => {
export const loadCredentialsPage = (credentialsPageUrl: string) => {
cy.visit(credentialsPageUrl);
verifyCredentialsListPageIsLoaded();
};