Merge pull request #475 from Sl-Alex/bugfix/assertions-modify-value

Fix assertion value modification
This commit is contained in:
Anoop M D 2023-10-09 19:19:29 +05:30 committed by GitHub
commit 051dac02cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,7 @@ const AssertionRow = ({
handleAssertionChange(
{
target: {
value: newValue
value: `${operator} ${newValue}`
}
},
assertion,