Skip to content

Commit f196983

Browse files
Debug logging
1 parent 7a346f8 commit f196983

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

functional-tests/test_foundations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
def test_langpro_annotator_frontend(browser, base_address):
2+
print('Base address:', base_address)
23
browser.get(base_address)
34
try:
45
assert 'LangPro Annotator' in browser.title

0 commit comments

Comments
 (0)