Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 063f433

Browse files
committedMar 24, 2025·
Change in to ==
1 parent d6aac69 commit 063f433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scubagoggles/Testing/Functional/SmokeTests/smoke_test_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def run_selenium(browser, customerdomain):
239239
if len(headers) == 3:
240240
# Is this the rules table?
241241
assert headers[0].text == 'Alert Name'
242-
assert headers[1].text in 'Description'
242+
assert headers[1].text == 'Description'
243243
assert headers[2].text == 'Status'
244244
else:
245245
# If not, this has to be a generic result table

0 commit comments

Comments
 (0)
Please sign in to comment.