You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expect(JSON.parse(failedImportResp.text).exception).toContain("'badparentname' not found in");
735
+
if(isParentSample)
736
+
expect(JSON.parse(failedImportResp.text).exception).toContain("Parent sample 'badparentname' from Sample Type '"+parentDataType+"' not found in the current context.");
737
+
else
738
+
expect(JSON.parse(failedImportResp.text).exception).toContain("Data input 'badparentname' from Data Class '"+parentDataType+"' not found in the current context.");
0 commit comments