Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #50826 All Revisions ] Back to Issue ]
Summary 0050826: Missing await in SelectKeymapVersionToEdit.goToNextStep
Revision 2022-11-10 12:53 by caristu
Description The SelectKeymapVersionToEdit.goToNextStep function is an asynchronous function that is launching user actions without using await.

With the changes introduced with 0050791 SelectKeymapVersionToEditUserAction.test.js test fails because the test is not able to complete the assertions. Adding those missing awaits the problem gets fixed.
Revision 2022-11-10 12:19 by caristu
Description The SelectKeymapVersionToEdit.goToNextStep function is an asynchronous function that is launching a user action, without using await.

With the changes introduced with 0050791 the SelectKeymapVersionToEditUserAction.test.js test fails.
Revision 2022-11-10 12:19 by caristu
Description The SelectKeymapVersionToEdit.goToNextStep function is an asynchronous function that is launching a user action, without using await.

With the changes introduced with 0050791 the SelectKeymapVersionToEditUserAction.test.js test fails

Revision 2022-11-10 12:18 by caristu
Description The SelectKeymapVersionToEdit.goToNextStep function is an asynchronous function that is launching a user action, without using await.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker