Skip to content
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

[CI] Stabilize visual tests, remove appAction, and update pane buttons #7033

Merged
merged 25 commits into from
Sep 11, 2023
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
783a793
Add a VISUAL_URL constant and remove all vestiges of hide inspector a…
unlikelyzero Sep 3, 2023
e872bee
hide timer and add concurrency
unlikelyzero Sep 3, 2023
d5eb691
Merge branch 'master' into stable-visual-tests
unlikelyzero Sep 5, 2023
46c4c63
turn off concurrency
unlikelyzero Sep 5, 2023
e401cfb
factor out old appAction
unlikelyzero Sep 7, 2023
99312d1
Add expand button to panes
unlikelyzero Sep 7, 2023
0de58cd
remove old slow annotations
unlikelyzero Sep 7, 2023
679e8e8
fix fault
unlikelyzero Sep 7, 2023
b3607e1
update domcontentloaded
unlikelyzero Sep 7, 2023
22d84aa
missed refactor
unlikelyzero Sep 7, 2023
e230e9e
driveby: setTimeBounds private
unlikelyzero Sep 7, 2023
d20e2a0
Merge branch 'master' of https://github.com/nasa/openmct into stable-…
unlikelyzero Sep 8, 2023
44739a1
add comments to the percyCSS
unlikelyzero Sep 11, 2023
3f2527c
suggest MISSION_TIME
unlikelyzero Sep 11, 2023
78cb5d5
more notes
unlikelyzero Sep 11, 2023
8264955
regen
unlikelyzero Sep 11, 2023
338b01a
clean up test
unlikelyzero Sep 11, 2023
b9ee114
driveby: clean up order
unlikelyzero Sep 11, 2023
3270695
restructure
unlikelyzero Sep 11, 2023
cfb9273
add new suite now that i'ts hidden
unlikelyzero Sep 11, 2023
52fc78f
use mission time everywhere possible
unlikelyzero Sep 11, 2023
40728f3
driveby
unlikelyzero Sep 11, 2023
aa4dbce
rerun generatedata
unlikelyzero Sep 11, 2023
1a0d920
comments
unlikelyzero Sep 11, 2023
23fdb93
lintfix
unlikelyzero Sep 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
lintfix
  • Loading branch information
unlikelyzero committed Sep 11, 2023
commit 23fdb93a9f1b79115a12d23589a107eaa20200fd
1 change: 0 additions & 1 deletion e2e/appActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ async function createPlanFromJSON(page, { name, json, parent = 'mine' }) {
* @returns {Promise<CreatedObjectInfo>} An object containing information about the telemetry object.
*/
async function createExampleTelemetryObject(page, parent = 'mine') {

const parentUrl = await getHashUrlToDomainObject(page, parent);

await page.goto(`${parentUrl}`);
Expand Down
Loading