Skip to content

chore: allow editing aria template in recorder (tests)#33522

Merged
pavelfeldman merged 1 commit into
microsoft:mainfrom
pavelfeldman:follow_aria_edit
Nov 9, 2024
Merged

chore: allow editing aria template in recorder (tests)#33522
pavelfeldman merged 1 commit into
microsoft:mainfrom
pavelfeldman:follow_aria_edit

Conversation

@pavelfeldman
Copy link
Copy Markdown
Member

No description provided.

let valueChanged = false;
if (codemirror.getValue() !== text) {
codemirror.setValue(text);
// CodeMirror has a bug that renders cursor poorly on a last line.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

File it upstream and add a link here?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure they'll be able to repro, it might be specific to what we do.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Nov 9, 2024

Test results for "tests 1"

1 failed
❌ [playwright-test] › runner.spec.ts:118:5 › should ignore subprocess creation error because of SIGINT @macos-latest-node18-1

36882 passed, 690 skipped
✔️✔️✔️

Merge workflow run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants