Skip to content

Commit

Permalink
Fix Application failures
Browse files Browse the repository at this point in the history
Signed-off-by: Shveta Sachdeva <[email protected]>
  • Loading branch information
Shveta Sachdeva committed Oct 26, 2023
1 parent 07bafa0 commit 9df9744
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import {
trTag,
button,
createNewButton,
deleteAction,
assessment,
assessAppButton,
createAppButton,
Expand Down Expand Up @@ -48,7 +47,6 @@ import {
packaging,
kebabMenu,
repoTypeSelect,
topKebabMenu,
} from "../../../views/applicationinventory.view";
import { appDetailsView } from "../../../views/applicationinventory.view";
import * as commonView from "../../../views/common.view";
Expand All @@ -69,7 +67,6 @@ import {
} from "../../../../utils/utils";
import { applicationData, RbacValidationRules } from "../../../types/types";
import { kebabButton, rightSideMenu, sourceDropdown } from "../../../views/analysis.view";
import { createTagButton } from "../../../views/tags.view";

export class Application {
name: string;
Expand Down Expand Up @@ -127,7 +124,6 @@ export class Application {
if (packaging) this.packaging = packaging;
}

//Navigate to the Application inventory
public static open(): void {
selectUserPerspective(migration);
clickByText(navMenu, applicationInventory);
Expand Down Expand Up @@ -300,7 +296,6 @@ export class Application {
}

closeApplicationDetails(): void {
// closes application details page
click(appDetailsView.closeDetailsPage);
}

Expand Down

0 comments on commit 9df9744

Please sign in to comment.