Skip to content

Commit 3159bd0

Browse files
authored
Merge pull request #1172 from RedisInsight/e2e/feature/RI-3466-change-tooltip
change for formatters tooltip
2 parents 9e754ca + 5fef29c commit 3159bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ notEditableFormattersSet.forEach(formatter => {
197197
// Hover on disabled button
198198
await t.hover(editBtn);
199199
// Verify tooltip content
200-
await t.expect(browserPage.tooltip.textContent).contains('Cannot change data in this format', 'Tooltip has wrong text');
200+
await t.expect(browserPage.tooltip.textContent).contains('Cannot edit the value in this format', 'Tooltip has wrong text');
201201
}
202202
}
203203
});

0 commit comments

Comments
 (0)