diff --git a/pom.xml b/pom.xml
index b757ce95..52886cf6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
account-gui
myconext-gui
public-gui
-
+ servicedesk-gui
tiqr-mock
diff --git a/servicedesk-gui/build.sh b/servicedesk-gui/build.sh
index 074292c4..2b689824 100755
--- a/servicedesk-gui/build.sh
+++ b/servicedesk-gui/build.sh
@@ -3,4 +3,5 @@ rm -Rf public/bundle*
rm -Rf target/*
source $NVM_DIR/nvm.sh
nvm use
-yarn install --force && yarn build
+export CI=true
+yarn install --force && yarn test && yarn build
diff --git a/servicedesk-gui/src/components/BreadCrumb.scss b/servicedesk-gui/src/components/BreadCrumb.scss
index 9c3fad65..c156b459 100644
--- a/servicedesk-gui/src/components/BreadCrumb.scss
+++ b/servicedesk-gui/src/components/BreadCrumb.scss
@@ -30,27 +30,4 @@
font-weight: 700;
}
- .eye-view {
- display: flex;
- align-items: center;
- cursor: pointer;
- margin-left: auto;
- font-weight: bold;
-
- @media (max-width: $medium) {
- display: none;
- }
-
- svg {
- width: 32px;
- margin-right: 10px;
- }
-
- color: var(--sds--color--blue--400);
-
- svg {
- fill: var(--sds--color--blue--400);
- }
-
- }
}
\ No newline at end of file
diff --git a/servicedesk-gui/src/components/UnitHeader.scss b/servicedesk-gui/src/components/UnitHeader.scss
index 0ad3eaf6..1fcfa029 100644
--- a/servicedesk-gui/src/components/UnitHeader.scss
+++ b/servicedesk-gui/src/components/UnitHeader.scss
@@ -2,6 +2,7 @@
.unit-header-container {
+ width: 100%;
background-color: $background;
padding: 15px 0 25px 0;
@@ -9,7 +10,6 @@
padding: 15px 15px 25px 15px;
}
- width: 100%;
.urn-container {
display: flex;