Skip to content

Commit

Permalink
remove unnecessary code in HTML report
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmin committed Oct 3, 2023
1 parent f159ce8 commit 37bba0c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/pytest_selenium_auto/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,12 +421,6 @@ def pytest_runtest_makereport(item, call):
if rows != "":
rows = (
"<table style=\"width: 100%;\">"
" <thead>"
" <tr>"
" <td/>"
" <td class=\"selenium_log_td_img\"/>"
" </tr>"
" </thead>"
" <tbody>"
+ rows +
" </tbody>"
Expand Down

0 comments on commit 37bba0c

Please sign in to comment.