-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37552 from appsmithorg/release
19/11 - Daily promotion
- Loading branch information
Showing
19 changed files
with
1,519 additions
and
619 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
...nt/cypress/e2e/Regression/ClientSide/PartialImportExport/ParitalImportAppNegative_spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
import { | ||
homePage, | ||
partialImportExport, | ||
agHelper, | ||
} from "../../../../support/Objects/ObjectsCore"; | ||
|
||
describe( | ||
"Partial import App", | ||
{ tags: ["@tag.ImportExport", "@tag.Git"] }, | ||
() => { | ||
beforeEach(() => { | ||
partialImportExport.OpenImportModal(); | ||
}); | ||
|
||
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}", | ||
); | ||
}); | ||
}, | ||
); |
550 changes: 550 additions & 0 deletions
550
app/client/cypress/fixtures/PartialImportAppNegative.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.