Skip to content

Commit

Permalink
lint issues resovled
Browse files Browse the repository at this point in the history
  • Loading branch information
“NandanAnantharamu” committed Nov 14, 2024
1 parent 469a186 commit e25dece
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
homePage,
partialImportExport,
agHelper
agHelper,
} from "../../../../support/Objects/ObjectsCore";

describe(
Expand All @@ -14,7 +14,9 @@ describe(

it("1. Verify Importing App into Page shows error message for incompatible json file ", () => {
homePage.ImportApp("PartialImportAppNegative.json", "", true);
agHelper.ValidateToastMessage("Unable to import artifact in workspace The file is not compatible with the current partial import operation. Please check the file and try again.. {1}")
agHelper.ValidateToastMessage(
"Unable to import artifact in workspace The file is not compatible with the current partial import operation. Please check the file and try again.. {1}",
);
});
},
);

0 comments on commit e25dece

Please sign in to comment.