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
If the text passed to Then I can see a form notification stating x step does not match the actual notification, an unhelpful error is displayed:
e.g. Expected collection {Error: Field Name : Required fields must be filled in.} to have an item matching ((Convert(formNotification.Type) == 2) AndAlso (formNotification.Message == value(Capgemini.PowerApps.SpecFlowBindings.Steps.EntitySteps+<>c__DisplayClass28_0).message)).
To reproduce
Use the Then I can see form notification step with text that doesn't match the actual form notification and run the test.
Expected behaviour
This error should match the expected error reporting that shows the two strings being compared, rather than the object names.
e.g. Expected notification to be "Test Input" but does not match "Error: Required fields must be filled in". Differs near 'E'.
Screenshots
Environment (please complete the following information):
Test framework - NUnit
Browser - Chrome
Version - 0.14.3
Power Apps environment version 9.2.22032.00145
The text was updated successfully, but these errors were encountered:
Describe the bug
If the text passed to Then I can see a form notification stating x step does not match the actual notification, an unhelpful error is displayed:
e.g.
Expected collection {Error: Field Name : Required fields must be filled in.} to have an item matching ((Convert(formNotification.Type) == 2) AndAlso (formNotification.Message == value(Capgemini.PowerApps.SpecFlowBindings.Steps.EntitySteps+<>c__DisplayClass28_0).message)).
To reproduce
Use the Then I can see form notification step with text that doesn't match the actual form notification and run the test.
Expected behaviour
This error should match the expected error reporting that shows the two strings being compared, rather than the object names.
e.g. Expected notification to be "Test Input" but does not match "Error: Required fields must be filled in". Differs near 'E'.
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: