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
Scenario: Ensure issues are not duplicated during creation
Given there is an existing issue "Issue A" in the repository
When the user attempts to create an issue with the same details as "Issue A"
Then the system should detect the duplicate issue
And the system should not create a new issue
And the system should notify the user that the issue already exists
The text was updated successfully, but these errors were encountered:
Test case for acceptance criteria:
Scenario: Ensure issues are not duplicated during creation
The text was updated successfully, but these errors were encountered: