Skip to content

Commit a81d78f

Browse files
Commented out the toast msg validation
Commented out the toast msg validation for mandatory/required fields
1 parent ef1477c commit a81d78f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/RPM/patternConstraint.spec.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ test.describe('Pattern Constraint', () => {
4646
await checkPatternConstraint(page, "", "Test Contraint", "Pattern", "")
4747
});
4848

49-
test('Check with console input and constraint Pattern type ', async () => {
50-
await checkPatternConstraint(page, "", "", "Pattern", "Hello Testing Pattern")
51-
});
49+
// test('Check with console input and constraint Pattern type ', async () => {
50+
// await checkPatternConstraint(page, "", "", "Pattern", "Hello Pattern")
51+
// }); Not VALID anymore because on the UI the save button is disabled so there
52+
// is no need to ask for validation on toast msgs
5253

5354
test('Check with name description and constraint Pattern type ', async () => {
5455
await checkPatternConstraint(page, constraint, "Test Contraint", "Pattern", "")

0 commit comments

Comments
 (0)