We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1873afb commit 61b6aa3Copy full SHA for 61b6aa3
tests/AlyxPanel_test.m
@@ -356,7 +356,7 @@ function test_login(testCase)
356
testCase.assertTrue(testCase.Panel.AlyxInstance.IsLoggedIn);
357
% Check log
358
logPanel = findobj(testCase.hPanel, 'Tag', 'Logging Display');
359
- testCase.verifyTrue(endsWith(logPanel.String{1}, 'Logged into Alyx successfully as test_user'))
+ testCase.verifyTrue(endsWith(logPanel.String{end}, 'Logged into Alyx successfully as test_user'))
360
labels = findobj(testCase.Parent, 'Style', 'text');
361
% Check all components enabled
362
testCase.verifyEmpty(findobj(testCase.Parent, 'Enable', 'off'))
0 commit comments