Skip to content

Commit 50de863

Browse files
committed
update for formatters from RI-5206
1 parent f721f8d commit 50de863

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/e2e/tests/web/critical-path/browser/formatters.e2e.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ notEditableFormattersSet.forEach(formatter => {
205205
await t.hover(editBtn);
206206
// Verify tooltip content
207207
await t.expect(browserPage.tooltip.textContent).contains('Cannot edit the value in this format', 'Tooltip has wrong text');
208+
await t.click(editBtn);
209+
await t.expect(browserPage.applyButton.exists).notOk('Edit field is displayed even if disabled');
208210
}
209211
}
210212
});

0 commit comments

Comments
 (0)