-
-
-
- No ports detected. Please connect and configure network and
- device connections in the
-
-
- Selected port is missing! Please define a valid one using
-
- System settings
- panel.
-
-
-
- Further information is required in your device configurations.
- Please update your
- Devices
- to continue testing.
-
-
-
- Step 1: To perform a device test, please, select ports in
- System settings
- panel.
-
-
- Step 2: To perform a device test please
- Create a Device
- first.
-
-
- Step 3: Once device is created, you are able to
- start testing.
-
-
- The device is now being tested. Why not take the time to complete
- the device
- Risk Assessment questionnaire?
-
-
+
+
@@ -279,3 +154,102 @@
Testrun
+
+
+
+
+
+ No ports detected. Please connect and configure network and device
+ connections in the System settings panel.
+
+
+ Selected port is missing! Please define a valid one using System
+ settings panel.
+
+
+
+ Further information is required in your device configurations.
+ Please update your Devices to continue testing.
+
+
+
+ Step 1: To perform a device test, please, select ports in System settings
+ panel.
+
+
+ Step 2: To perform a device test please Create a Device first.
+
+
+ Step 3: Once device is created, you are able to start testing.
+
+
+ The device is now being tested. Why not take the time to complete the
+ device Risk Assessment questionnaire?
+
+
+
diff --git a/modules/ui/src/app/app.component.spec.ts b/modules/ui/src/app/app.component.spec.ts
index e307fd6bf..dda9da746 100644
--- a/modules/ui/src/app/app.component.spec.ts
+++ b/modules/ui/src/app/app.component.spec.ts
@@ -377,7 +377,7 @@ describe('AppComponent', () => {
it('should have callout content with "System settings" link ', () => {
const calloutLinkEl = compiled.querySelector(
- '.message-link'
+ '.callout-action-link'
) as HTMLAnchorElement;
const calloutLinkContent = calloutLinkEl.innerHTML.trim();
@@ -438,12 +438,12 @@ describe('AppComponent', () => {
it('should have callout component with "Risk Assessment" link', () => {
const callout = compiled.querySelector('app-callout');
const calloutLinkEl = compiled.querySelector(
- '.message-link'
+ '.callout-action-link'
) as HTMLAnchorElement;
const calloutLinkContent = calloutLinkEl.innerHTML.trim();
expect(callout).toBeTruthy();
- expect(calloutLinkContent).toContain('Risk Assessment');
+ expect(calloutLinkContent).toContain('Create risk Assessment');
});
});
@@ -470,12 +470,12 @@ describe('AppComponent', () => {
it('should have callout component with "Risk Assessment" link', () => {
const callout = compiled.querySelector('app-callout');
const calloutLinkEl = compiled.querySelector(
- '.message-link'
+ '.callout-action-link'
) as HTMLAnchorElement;
const calloutLinkContent = calloutLinkEl.innerHTML.trim();
expect(callout).toBeTruthy();
- expect(calloutLinkContent).toContain('Risk Assessment');
+ expect(calloutLinkContent).toContain('Create risk Assessment');
});
});
@@ -501,18 +501,18 @@ describe('AppComponent', () => {
it('should have callout content with "Create a Device" link ', () => {
const calloutLinkEl = compiled.querySelector(
- '.message-link'
+ '.callout-action-link'
) as HTMLAnchorElement;
const calloutLinkContent = calloutLinkEl.innerHTML.trim();
expect(calloutLinkEl).toBeTruthy();
- expect(calloutLinkContent).toContain('Create a Device');
+ expect(calloutLinkContent).toContain('Devices');
});
keyboardCases.forEach(testCase => {
it(`should navigate to the device-repository on keydown ${testCase.name} "Create a Device" link`, fakeAsync(() => {
const calloutLinkEl = compiled.querySelector(
- '.message-link'
+ '.callout-action-link'
) as HTMLAnchorElement;
calloutLinkEl.dispatchEvent(testCase.event);
@@ -524,7 +524,7 @@ describe('AppComponent', () => {
it('should navigate to the device-repository on click "Create a Device" link', fakeAsync(() => {
const calloutLinkEl = compiled.querySelector(
- '.message-link'
+ '.callout-action-link'
) as HTMLAnchorElement;
calloutLinkEl.click();
@@ -558,18 +558,18 @@ describe('AppComponent', () => {
it('should have callout component with "testing" link', () => {
const callout = compiled.querySelector('app-callout');
const calloutLinkEl = compiled.querySelector(
- '.message-link'
+ '.callout-action-link'
) as HTMLAnchorElement;
const calloutLinkContent = calloutLinkEl.innerHTML.trim();
expect(callout).toBeTruthy();
- expect(calloutLinkContent).toContain('testing');
+ expect(calloutLinkContent).toContain('Testing');
});
keyboardCases.forEach(testCase => {
it(`should navigate to the runtime on keydown ${testCase.name} "Run the Test" link`, fakeAsync(() => {
const calloutLinkEl = compiled.querySelector(
- '.message-link'
+ '.callout-action-link'
) as HTMLAnchorElement;
calloutLinkEl.dispatchEvent(testCase.event);
diff --git a/modules/ui/src/app/components/callout/callout.component.html b/modules/ui/src/app/components/callout/callout.component.html
index 36f0c981f..e346bc4dd 100644
--- a/modules/ui/src/app/components/callout/callout.component.html
+++ b/modules/ui/src/app/components/callout/callout.component.html
@@ -13,25 +13,40 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-