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
Please replace every line in curly brackets { like this } with appropriate answers, and remove this line.
Problem to Solve
All steps that reference "[do not] contain" are just a wordier way to check for exact set equality.
Then entity(customer) get owns key types contain:
| username |
| reference |
| work-email |
Then entity(customer) get owns key types do not contain:
| email |
Then entity(customer) get owns explicit key types contain:
| reference |
| work-email |
Then entity(customer) get owns explicit key types do not contain:
| username |
| email |
Proposed Solution
The tests could be made terser and more explicit by the introduction of an "equals" or "is exactly" step instead.
Then entity(customer) get owns key types equals:
| username |
| reference |
| work-email |
Then entity(customer) get owns explicit key types equals:
| reference |
| work-email |
The text was updated successfully, but these errors were encountered:
Please replace every line in curly brackets { like this } with appropriate answers, and remove this line.
Problem to Solve
All steps that reference "[do not] contain" are just a wordier way to check for exact set equality.
Proposed Solution
The tests could be made terser and more explicit by the introduction of an "equals" or "is exactly" step instead.
The text was updated successfully, but these errors were encountered: