It is happing most probably due to our script getting the options button from the previous chat and then the next chat loaded but we are trying to click on an element from the previous chat's button
So, to fix it we need to use the _wait_for_an_element_to_deattached for the options button from the previous chat or maybe in some other way
This framework is build with keeping in mind that a tester needs put 20% of effort to get the 80% of output by automating the complete testing process.
It is happing most probably due to our script getting the options button from the previous chat and then the next chat loaded but we are trying to click on an element from the previous chat's button
So, to fix it we need to use the
_wait_for_an_element_to_deattached
for the options button from the previous chat or maybe in some other wayFollowing error