File tree Expand file tree Collapse file tree 2 files changed +667
-674
lines changed Expand file tree Collapse file tree 2 files changed +667
-674
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments