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
The text was updated successfully, but these errors were encountered:
jborozco
added
bug
use for describing something not working as expected
needs triage
use to identify issue needing triage from Filigran Product team
and removed
needs triage
use to identify issue needing triage from Filigran Product team
labels
Aug 27, 2024
I found 2 other problems on this topics. Here are the two use cases:
Problem 1 :
Prerequisite : Set the inject expectation mode to 'at least one player need to validate' with an expected score of 80. Assign team with at least one player
Observation : if you set the score to more than 0 the inject expectation status will always be 'Success'
Expected Output : If the score is set below the expected score (80 in this example) the status should be 'Failed'
Problem 2 :
Prerequisite : Set the inject expectation mode to 'all players need to validate' with an expected score of 80. Assign a team with 2 players.
Observation : if you set the score of first player to 79 and the score of the second player to 100. The inject expectation status for the team shows as 'Success.'
Expected Output : The inject expectation status for the team should be 'failed' because one of the players did not meet the expected score, even though the average score of the two players is higher than the expected score.
Description
Expectation status should be updated to failed if the score is updated
Reproducible Steps
Expected Output
the status should be "failed"
Actual Output
The status is still "success"
The text was updated successfully, but these errors were encountered: