mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 16:36:13 +00:00
[Mobile] Tests
adjusted test to fill empty functions.
This commit is contained in:
parent
1624866656
commit
495cd06ed5
@ -149,7 +149,7 @@ define(
|
||||
// Find and fire body's mousedown listener
|
||||
mockMenu.on.calls.forEach(function (call) {
|
||||
if (call.args[0] === 'mousedown') {
|
||||
// call.args[1]();
|
||||
call.args[1]();
|
||||
}
|
||||
});
|
||||
|
||||
@ -174,7 +174,7 @@ define(
|
||||
|
||||
mockMenu.on.calls.forEach(function (call) {
|
||||
if (call.args[0] === 'touchstart') {
|
||||
// call.args[1]();
|
||||
call.args[1]();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user