Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ describe(
apiPage.AssertRunButtonDisability(true);
});

it('2. Validate we get an appropriate error message when an invalid URL is entered. Error should show up when nothing is entered & we click on "Import".', function () {
//Bug: https://github.com/appsmithorg/appsmith/issues/38156
it.skip('2. Validate we get an appropriate error message when an invalid URL is entered. Error should show up when nothing is entered & we click on "Import".', function () {
apiPage.CreateAndFillApi(
"htt://failedurlfortest",
"WhatTrumpThinks",
Expand Down
Loading