I have recorded some steps from http://docs.seleniumhq.org/ using Selenium IDE. After recording I have save the file as SeleniumhqExample.html -> I ran it and it passed successfully. I want to disable/inactive one of the recorded commands in Selenium IDE.
I want to disable the following command:
<tr>
<td>assertTitle</td>
<td>SeIDE Release Notes · SeleniumHQ/selenium Wiki · GitHub</td>
<td></td>
</tr>
How can I disable that single command in Selenium IDE? Please see the image:


