We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839731b commit 5978c17Copy full SHA for 5978c17
be_repo/tests/test_e2e.py
@@ -96,4 +96,4 @@ def test_analyze_resume_with_jd(driver, wait):
96
content_text = " ".join([element.text for element in elements])
97
for keyword in keywords:
98
count = content_text.count(keyword)
99
- assert count == 1, f"'{keyword}' does not appear exactly twice in the content (found {count} times)"
+ assert count == 2, f"'{keyword}' does not appear exactly twice in the content (found {count} times)"
0 commit comments