Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Paul Graydon
wendelin
Commits
67361ad7
Commit
67361ad7
authored
Apr 09, 2024
by
Paul Graydon
Browse files
Options
Browse Files
Download
Plain Diff
Extend Wendelin tutorial notebook script tests
See merge request
nexedi/wendelin!162
parents
f9cc4164
d8d2bea5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
57 additions
and
2 deletions
+57
-2
bt5/erp5_wendelin_tutorial_ui_test/PathTemplateItem/test_page_module/test_07_wendelin_HowTo_Create_Notebook_with_Graphs.html
...e/test_07_wendelin_HowTo_Create_Notebook_with_Graphs.html
+26
-1
bt5/erp5_wendelin_tutorial_ui_test/PathTemplateItem/test_page_module/test_08_wendelin_HowTo_Create_Basic_Prediction_with_scikit_learn.html
...elin_HowTo_Create_Basic_Prediction_with_scikit_learn.html
+31
-1
No files found.
bt5/erp5_wendelin_tutorial_ui_test/PathTemplateItem/test_page_module/test_07_wendelin_HowTo_Create_Notebook_with_Graphs.html
View file @
67361ad7
...
@@ -648,6 +648,31 @@ plot();
...
@@ -648,6 +648,31 @@ plot();
<td>
//div[@id="plot_div"]
</td>
<td>
//div[@id="plot_div"]
</td>
<td></td>
<td></td>
</tr>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//div[@id="plot_div"]//*[text()='Nov 1']
</td>
<td></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//div[@id="plot_div"]//*[text()='2020']
</td>
<td></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//div[@id="plot_div"]//*[text()='Dec 27']
</td>
<td></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//div[@id="plot_div"]//*[text()='0']
</td>
<td></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//div[@id="plot_div"]//*[text()='1000']
</td>
<td></td>
</tr>
</tbody>
</tbody>
</table>
</table>
</test>
</test>
...
...
bt5/erp5_wendelin_tutorial_ui_test/PathTemplateItem/test_page_module/test_08_wendelin_HowTo_Create_Basic_Prediction_with_scikit_learn.html
View file @
67361ad7
...
@@ -2451,6 +2451,36 @@ function getPredictionData(start_date, stop_date){
...
@@ -2451,6 +2451,36 @@ function getPredictionData(start_date, stop_date){
<td>
//div[@id="prediction_plot_div"]
</td>
<td>
//div[@id="prediction_plot_div"]
</td>
<td></td>
<td></td>
</tr>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//div[@id="prediction_plot_div"]//*[text()='Nov 1']
</td>
<td></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//div[@id="prediction_plot_div"]//*[text()='2020']
</td>
<td></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//div[@id="prediction_plot_div"]//*[text()='Jan 3']
</td>
<td></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//div[@id="prediction_plot_div"]//*[text()='2021']
</td>
<td></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//div[@id="prediction_plot_div"]//*[text()='920']
</td>
<td></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//div[@id="prediction_plot_div"]//*[text()='980']
</td>
<td></td>
</tr>
</tbody>
</tbody>
</table>
</table>
</test>
</test>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment