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

chore(block-editor): Fix add links #29880

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from

Conversation

nicobytes
Copy link
Contributor

@nicobytes nicobytes commented Sep 4, 2024

Parent Issue

#29672

Proposed Changes

This pull request includes several changes to improve the testing framework and refactor component specifications in the core-web library. The most important changes include refactoring test setups to use Spectator, updating component templates, and cleaning up unused code.

Refactoring to use Spectator:

Component template updates:

Cleanup and removal of unused code:

Miscellaneous improvements:

Checklist

  • Tests
  • Translations
  • Security Implications Contemplated (add notes if applicable)

Results

Original with issue

Screen.Recording.2024-08-20.at.2.07.59.PM.mov

Chrome

2024-09-05.16-32-31.mp4

Firefox

2024-09-05.16-42-39.mp4

@nicobytes nicobytes linked an issue Sep 4, 2024 that may be closed by this pull request
@nicobytes nicobytes changed the title chore(block-editor): fix some unit tests #29672 chore(block-editor): Fix add links #29672 Sep 4, 2024
@nicobytes nicobytes changed the title chore(block-editor): Fix add links #29672 chore(block-editor): Fix add links Sep 4, 2024
@nicobytes nicobytes marked this pull request as ready for review September 5, 2024 20:46
@@ -187,6 +190,8 @@ describe('DotUploadAssetComponent', () => {
);
const emitSpy = jest.spyOn(component.uploadedFile, 'emit');

console.log(de.nativeElement.innerHTML);
Copy link
Contributor

Choose a reason for hiding this comment

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

remove

@nicobytes nicobytes marked this pull request as draft September 10, 2024 22:17
@nollymar nollymar changed the base branch from master to main September 30, 2024 20:34
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.

Block Editor: Add Link doesnt show when below on the editor
3 participants