Hi team, I have use case when I submit my form I have a loader it will appear till the service call return response. How can I make sure that loader is show up and gone. I try with first assert as present then following with. Not.visible(). Is there any better way to handle loader/spinner scenarios?