Skip to content

Commit

Permalink
changed Analysis details to View analysis details
Browse files Browse the repository at this point in the history
Signed-off-by: midays <[email protected]>
  • Loading branch information
midays committed Dec 5, 2024
1 parent d9e06c0 commit b22b692
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/models/migration/applicationinventory/analysis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import {
addButton,
addRules,
analysisColumn,
analysisDetails,
viewAnalysisDetails,
analyzeManuallyButton,
camelToggleButton,
closeWizard,
Expand Down Expand Up @@ -435,7 +435,7 @@ export class Analysis extends Application {
openAnalysisDetails() {
cy.wait(2000);
sidedrawerTab(this.name, "Reports");
clickByText(button, analysisDetails);
clickByText(button, viewAnalysisDetails);
cy.wait(2 * SEC);
}

Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/views/analysis.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const analyzeManuallyButton = "#select";
export const addButton = "#add-package-to-include";
export const enterPackageName = "#packageToInclude";
export const enterPackageNameToExclude = "#packageToExclude";
export const analysisDetails = "Analysis details";
export const viewAnalysisDetails = "View analysis details";
export const analysisDetailsEditor = ".monaco-editor";
export const rightSideMenu = "#page-drawer-content";
export const enableAutomatedTagging = "input[name=autoTaggingEnabled]";
Expand Down

0 comments on commit b22b692

Please sign in to comment.