Skip to content

Commit

Permalink
[JF][RFR] Fix svn test case missing button locator (#1280)
Browse files Browse the repository at this point in the history
* changed `Analysis details` to `View analysis details`

Signed-off-by: midays <[email protected]>

* changed `View analysis details` to `/analysis details$/i`

Signed-off-by: midays <[email protected]>

* npm run format

Signed-off-by: midays <[email protected]>

* remove quotation around regex

Signed-off-by: midays <[email protected]>

---------

Signed-off-by: midays <[email protected]>
  • Loading branch information
midays authored Dec 5, 2024
1 parent 4b635f8 commit 42522b6
Showing 1 changed file with 1 addition and 1 deletion.
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 analysisDetails = /analysis details$/i;
export const analysisDetailsEditor = ".monaco-editor";
export const rightSideMenu = "#page-drawer-content";
export const enableAutomatedTagging = "input[name=autoTaggingEnabled]";
Expand Down

0 comments on commit 42522b6

Please sign in to comment.