Im trying the code below but it seems it does not work... Can someone show me the best way to do this?
public void verifyThatCommentDeleted(final String text
In Python for assertion I use:
assert len(driver.find_elements_by_css_selector("your_css_selector")) == 0