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.
2 parents 9e754ca + 5fef29c commit 3159bd0Copy full SHA for 3159bd0
tests/e2e/tests/critical-path/browser/formatters.e2e.ts
@@ -197,7 +197,7 @@ notEditableFormattersSet.forEach(formatter => {
197
// Hover on disabled button
198
await t.hover(editBtn);
199
// Verify tooltip content
200
- await t.expect(browserPage.tooltip.textContent).contains('Cannot change data in this format', 'Tooltip has wrong text');
+ await t.expect(browserPage.tooltip.textContent).contains('Cannot edit the value in this format', 'Tooltip has wrong text');
201
}
202
203
});
0 commit comments