Skip to content

Commit bbec0a4

Browse files
committed
added release assumption to PasswordField test due to focus functionality
1 parent e470300 commit bbec0a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/+wt/+test/PasswordField.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ function testValue(testCase)
4141

4242

4343
function testTyping(testCase)
44+
45+
testCase.assumeMinimumRelease("R2024a")
4446

4547
% Running in desktop mode?
4648
testCase.assumeEqual(exist('desktop', 'file'), 6, 'Cannot find function ''desktop.m''.')

0 commit comments

Comments
 (0)