Skip to content

Commit 54952db

Browse files
committed
set screenshot dir up front
1 parent 081bfda commit 54952db

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

atest/acceptance/10_lab/00_shell.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ Open JupyterLab
1111
Get Help
1212
Open JupyterLab
1313
Open With JupyterLab Menu Help About JupyterLab
14-
Capture Element Screenshot css:.jp-Dialog-content ${OUTPUT_DIR}${/}about.png
14+
Capture Element Screenshot css:.jp-Dialog-content about.png
1515
Click Element css:${JLAB CSS ACCEPT}

atest/acceptance/10_lab/10_notebook.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ IPython Notebook Outputs
1919
: FOR ${i} IN RANGE ${10}
2020
\ Add and Run Cell print("${i} hello world " * ${i ** 2})
2121
Wait Until Kernel Is Idle
22-
Screenshot Each Output of Active Document ${OUTPUT_DIR}${/}ipython_outputs${/}
22+
Screenshot Each Output of Active Document ipython_outputs${/}

atest/acceptance/__init__.robot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*** Settings ***
2+
Suite Setup Set Screenshot Directory ${OUTPUT_DIR}${/}screenshots
23
Suite Teardown Clean Up Everything
34
Library JupyterLibrary
45
Library Process

0 commit comments

Comments
 (0)