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

View File

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