-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[e2e] Update remaining tests and add missing comparison coverage #7363
Changes from 3 commits
8953b32
d4310d3
18899bc
121e0ed
746e8fa
774bbfc
c9bae39
f041845
d2155c8
a37642e
8884ae0
49b4f1e
f9122d9
4dd515f
5affd36
d6d0739
29244c0
d846c1f
7c96dcd
b75e333
e04caef
a178533
1ac2c8a
ca2e7c5
316fb00
d15a6f1
090bba2
9dcf95a
a1c2844
9bad40a
b3a5cf2
26c0f81
003d7c2
4b27e09
72fe139
1d5c287
89b5bab
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
<template> | ||
<!-- eslint-disable vue/no-v-html --> | ||
<div class="c-about c-about--splash"> | ||
<div class="c-about__image c-splash-image"></div> | ||
<div class="c-about__image c-splash-image" role="img" alt="Open MCT Splash Logo"></div> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nice catch |
||
<div class="c-about__text s-text"> | ||
<div | ||
v-if="branding.aboutHtml" | ||
|
@@ -40,7 +40,10 @@ | |
Open MCT is licensed under the Apache License, Version 2.0 (the "License"); you may not | ||
use this file except in compliance with the License. You may obtain a copy of the | ||
License at | ||
<a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0" | ||
<a | ||
target="_blank" | ||
href="http://www.apache.org/licenses/LICENSE-2.0" | ||
rel="noopener noreferrer" | ||
>http://www.apache.org/licenses/LICENSE-2.0</a | ||
>. | ||
</p> | ||
|
@@ -57,7 +60,7 @@ | |
</p> | ||
</div> | ||
<h2>Version Information</h2> | ||
<ul class="t-info l-info s-info"> | ||
<ul data-testid="versionInfo" class="t-info l-info s-info"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @ozyx not really sure what else to add here. I guess I could use an 'id' There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's a |
||
<li>Version: {{ buildInfo.version || 'Unknown' }}</li> | ||
<li>Build Date: {{ buildInfo.buildDate || 'Unknown' }}</li> | ||
<li>Revision: {{ buildInfo.revision || 'Unknown' }}</li> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
like this