mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 17:33:23 +00:00
MCT 3930 (#4372)
* MCT 3930 * temp push * fix merge conflicts * update font size Co-authored-by: Jamie V <jamie.j.vigliotta@nasa.gov> Co-authored-by: Andrew Henry <akhenry@gmail.com> Co-authored-by: John Hill <john.c.hill@nasa.gov> Co-authored-by: unlikelyzero <jchill2@gmail.com>
This commit is contained in:
parent
6c71fa01f5
commit
c46849b166
@ -59,8 +59,7 @@ test('Visual - Root and About', async ({ page }) => {
|
||||
await page.goto('/', { waitUntil: 'networkidle' });
|
||||
|
||||
// Verify that Create button is actionable
|
||||
const createButtonLocator = page.locator('button:has-text("Create")');
|
||||
await expect(createButtonLocator).toBeEnabled();
|
||||
await expect(page.locator('button:has-text("Create")')).toBeEnabled();
|
||||
|
||||
// Take a snapshot of the Dashboard
|
||||
await page.waitForTimeout(VISUAL_GRACE_PERIOD);
|
||||
|
@ -36,10 +36,6 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
&__value {
|
||||
color: $colorBodyFgEm;
|
||||
}
|
||||
|
||||
.c-frame & {
|
||||
// When in a Display or Flexible Layout
|
||||
@include abs();
|
||||
@ -66,7 +62,7 @@
|
||||
}
|
||||
|
||||
&__direction {
|
||||
font-size: 0.9rem !important;
|
||||
font-size: 0.7em !important;
|
||||
margin-right: $interiorMargin;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user