playwright
playwright copied to clipboard
feat(ct): svelte partial update
The component is already rendered with the required props/events/slots when calling component.update. This makes it unnecessary to specify all required props/events/slots again when updating a single prop/event/slot.
related: https://github.com/microsoft/playwright/pull/23151, https://github.com/microsoft/playwright/pull/23194