Skip to content

Commit c97db9e

Browse files
committed
update wt.test.RowEntriesTable/testEdits to drawnow before trying to type into cells
1 parent c7ea5b7 commit c97db9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/+wt/+test/RowEntriesTable.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,9 @@ function testEdits(testCase)
219219
% Verify the data match
220220
testCase.verifyDataProperty(initData);
221221

222+
% Ensure rendering is finished
223+
drawnow
224+
222225
% Type new values
223226
testCase.type(reTable,[6 1],"Pineapple")
224227
testCase.type(reTable,[6 2],"1234")

0 commit comments

Comments
 (0)