mirror of
https://github.com/nasa/openmct.git
synced 2025-06-22 09:08:43 +00:00
Revert "[CI] Temporarily disable some tests" (#6853)
* Revert "[CI] Temporarily disable some tests (#6806)"
This reverts commit 85974fc5f1
.
* fix(e2e): fix visual tests
* refactor: lint:fix
* fix: revert localStorage data changes
---------
Co-authored-by: Shefali Joshi <simplyrender@gmail.com>
This commit is contained in:
@ -41,7 +41,8 @@ test.describe('Visual - Controlled Clock @localStorage', () => {
|
||||
|
||||
test('Overlay Plot Loading Indicator @localStorage', async ({ page, theme }) => {
|
||||
// Go to baseURL
|
||||
await page.goto('./#/browse/mine?hideTree=true', { waitUntil: 'networkidle' });
|
||||
await page.goto('./#/browse/mine', { waitUntil: 'networkidle' });
|
||||
await page.getByTitle('Collapse Browse Pane').click();
|
||||
|
||||
await page.locator('a:has-text("Unnamed Overlay Plot Overlay Plot")').click();
|
||||
//Ensure that we're on the Unnamed Overlay Plot object
|
||||
|
Reference in New Issue
Block a user