Skip to content

Commit 54e9d2b

Browse files
author
Dennis Labordus
committed
First steps in testing Auto Alignment.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 80bf28d commit 54e9d2b

File tree

2 files changed

+667
-674
lines changed

2 files changed

+667
-674
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# SPDX-FileCopyrightText: 2021 Alliander N.V.
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
*** Settings ***
6+
Documentation Basic test cases for executing the SCL Auto Alignment Service.
7+
Resource ./include/general-compas.robot
8+
9+
Test Setup Initialize and Start OpenSCD
10+
Test Teardown Make screenshot and Stop OpenSCD
11+
12+
*** Test Cases ***
13+
TestCase004-01
14+
[Documentation] Execute the SCL Auto Alignment.
15+
Set Test Variable ${sclname} MiniGrid
16+
Set Test Variable ${scltype} SCD
17+
18+
Open Menu Open project
19+
Open local file ${sclname} ${scltype}
20+
21+
Open Menu Auto Align SLD
22+
Check Checkbox ${dialog-selector} compas-auto-alignment section#substationsToAlign > mwc-list > mwc-check-list-item:nth-child(1) mwc-checkbox input[type="checkbox"]
23+
Click ${dialog-selector} mwc-button[slot="primaryAction"] > button
24+
Wait for dialog is closed

0 commit comments

Comments
 (0)