Skip to content

Commit eba4eea

Browse files
author
Dennis Labordus
committed
Updated triggering Github Action. And temporary added taking screenshot.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent a4b023a commit eba4eea

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.github/workflows/run-integration-tests-basex.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
push:
99
branches:
1010
- '**'
11-
- '!main'
1211
pull_request:
1312
branches:
1413
- 'main'

.github/workflows/run-integration-tests-postgresql.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
push:
99
branches:
1010
- '**'
11-
- '!main'
1211
pull_request:
1312
branches:
1413
- 'main'

integration-testing/include/general-compas.robot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Add to CoMPAS
2525
[Arguments] ${name} ${type} ${expectedVersion}
2626
Fill Text ${dialog-selector} compas-save mwc-textfield#name input ${name}-${current-date}
2727
Click ${dialog-selector} compas-save compas-scltype-radiogroup mwc-list > mwc-radio-list-item[value="${type.upper()}"]
28+
Take Screenshot filename=EMBED fullPage=true
2829
Click ${dialog-selector} mwc-button[slot="primaryAction"] > button
2930
Wait for dialog is closed
3031
# check if the title (filename) changed to the new expected one. This way we know we can close the menu.

0 commit comments

Comments
 (0)