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(stateValue.overrideParametersValue.fileNameOnLocalSystem).to.be.eq("sample.jpeg");// This asserts that the file object was passed to the onOverrideParameters callback
29
30
expect(stateValue.uploadedImageSource).contains("sample-folder/overridden-file-name");// This asserts that onOverrideParameters changed fileName parameter before upload
30
-
expect(stateValue.uploadedImageSource).contains("failed");// Temp to see if assertions are working
0 commit comments