On the testing and maintenance view manager the method of storing expected commands is with a simple string and works.
Although if one action is requested and then another before the first action replies with its signal the command box will not open for the first request.
Simply change the string to a list or vector of expected commands instead.
Low priority as the second action would have to be requested very quickly after the first one which is unlikely as it requires a GUI interaction.
On the testing and maintenance view manager the method of storing expected commands is with a simple string and works.
Although if one action is requested and then another before the first action replies with its signal the command box will not open for the first request.
Simply change the string to a list or vector of expected commands instead.
Low priority as the second action would have to be requested very quickly after the first one which is unlikely as it requires a GUI interaction.
https://github.com/MU-Electronics/GasRig/blob/master/app/View/Managers/Testing.h#L121