Skip to content

Commit d43c73b

Browse files
committed
testgitx changes
1 parent d5d0793 commit d43c73b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test_demo1.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ def test_SecondGreetCreditCard():
1212

1313
#Pass as parameter the 'crossBrowser' method from conftest.py file.
1414
def test_crossBrowser(crossBrowser):
15-
print(crossBrowser[1]) #Ο δείκτης 1
15+
print(crossBrowser[0]) #Ο δείκτης 1
1616
print(crossBrowser[1]) #με την σειρά οι δείκτες 0,1,2
17+
print(crossBrowser[2])

0 commit comments

Comments
 (0)