We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4958d6b commit 395e171Copy full SHA for 395e171
1 file changed
tests/finding_test.py
@@ -551,7 +551,7 @@ def test_create_finding_with_unqiue_characters(self):
551
# Query the site to determine if the finding has been added
552
# Assert to the query to determine status of failure
553
self.assertTrue(self.is_success_message_present(text="Finding from template added successfully."))
554
- self.assertTrue(self.is_text_present_on_page(text="App Vulnerable to XSS From \\Template"))
+ self.assertTrue(self.is_text_present_on_page(text="App Vulnerable to XSS From \\Template"))
555
556
# Navigate back to the finding list
557
driver.find_element(By.LINK_TEXT, "Findings").click()
0 commit comments