mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
fix xml report for multiple screenshots
This commit is contained in:
parent
2fc397b27f
commit
2e55f1c580
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -59,7 +59,7 @@ for file in classNames:
|
|||
for div in message.find_all("div"):
|
||||
div.decompose()
|
||||
Tests[fileName][testName][2] = message.text
|
||||
Tests[fileName][testName][3] = "[[ATTACHMENT|" + " ".join(images) + "]]"
|
||||
Tests[fileName][testName][3] = " ".join(["[[ATTACHMENT|" + img + "]]" for img in images])
|
||||
except:
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue