We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f721f8d commit 50de863Copy full SHA for 50de863
tests/e2e/tests/web/critical-path/browser/formatters.e2e.ts
@@ -205,6 +205,8 @@ notEditableFormattersSet.forEach(formatter => {
205
await t.hover(editBtn);
206
// Verify tooltip content
207
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');
210
}
211
212
});
0 commit comments