Skip to content

Commit 3bf6af9

Browse files
committed
chore: Clean up code
Signed-off-by: Christopher Lepski <[email protected]>
1 parent 5869be1 commit 3bf6af9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

compas/reverse-proxy/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ RUN apk add --no-cache openssl-dev
2020
RUN apk add --no-cache git
2121
RUN apk add --no-cache gcc
2222

23+
# We are using fixed version of the lua repository, because the current version is too large and throws an exception during install,
24+
# see issue https://github.com/luarocks/luarocks/issues/1797
25+
# Once the issue is fixed we should remove --only-server ... workaround
2326
RUN luarocks install lua-resty-openidc --only-server https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/daab2726276e3282dc347b89a42a5107c3500567
2427

2528
RUN mkdir -p /etc/nginx/include

integration-testing/include/general-compas.robot

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,3 @@ Select label
108108
Click ${dialog} compas-scl-list oscd-filter-button#labelsFilter > mwc-dialog#filterDialog mwc-formfield > mwc-checkbox
109109
Click ${dialog} compas-scl-list oscd-filter-button#labelsFilter > mwc-check-list-item[value="${label}"]
110110
Click ${dialog} compas-scl-list oscd-filter-button#labelsFilter > mwc-dialog#filterDialog > mwc-button[slot="primaryAction"] > button
111-
112-
Wait for compas save dialog
113-
Wait Until Page Contains Element ${compas-save-dialog-selector}[open]
114-
# Wait For Elements State ${compas-save-dialog-selector} visible

0 commit comments

Comments
 (0)