Skip to content

Commit 8172a5b

Browse files
committed
Update a ReadMe
1 parent 7d9074d commit 8172a5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

help_docs/recorder_mode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ pytest new_test.py --rec -q -s --url=wikipedia.org
2929
>>>>>>>>>>>>>>>>>> PDB set_trace >>>>>>>>>>>>>>>>>
3030

3131
-> import pdb; pdb.set_trace()
32-
> .../YOUR_CURRENT_DIRECTORY/new_test.py(9)
33-
32+
> PATH_TO_YOUR_CURRENT_DIRECTORY/new_test.py(9)
33+
....
3434
5 def test_recording(self):
3535
6 if self.recorder_ext and not self.xvfb:
3636
7 # When you are done recording actions,

0 commit comments

Comments
 (0)