Skip to content

Commit 4ce59f5

Browse files
author
Anton Standrik
committed
fix: word
1 parent a43b53b commit 4ce59f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/tenant/queryEditor/queryEditor.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ test.describe('Test Query Editor', async () => {
146146
test('Streaming query shows some results and banner when stop button is clicked', async ({
147147
page,
148148
}) => {
149-
// Safari in playwright has problem with drawing an array
149+
// Safari in playwright has problem with painting an array
150150
// of million values for frequently appearing rows.
151151
// But still need them for heavy responses to simulate
152152
// long running queries. Setting their display to none resolves the issue.

0 commit comments

Comments
 (0)