tests: Multiple changes to tests
- Remove all tests for the old encoding logic - Stop using the `nopecha` test page to test Cloudflare solver - Remove useless tests like testing for infinite timeout - Fixes to make the code compatible with new changes
This commit is contained in:
@@ -99,7 +99,7 @@ class TestAdvancedSelectors:
|
||||
keep_comments=False,
|
||||
keep_cdata=False
|
||||
)
|
||||
content = page.body
|
||||
content = page.html_content
|
||||
assert "Comment" not in content
|
||||
|
||||
def test_advanced_xpath_variables(self, complex_html):
|
||||
|
||||
Reference in New Issue
Block a user