GitClassic
Feed
Explore
Random
Go Pro
Sign in
microsoft
/
playwright
Code
/
Commits
/ 8692484
chore: remove intent and timestamp from cache files (#38761)
Pavel Feldman
committed on Jan 13, 2026, 09:38 PM
Showing
26
changed files
+405 additions
-620 deletions
M
examples/todomvc/tests/perform/completing-todos/should-complete-multiple-todos.spec.ts-cache.json
+15
-38
M
examples/todomvc/tests/perform/completing-todos/should-complete-single-todo.spec.ts-cache.json
+12
-29
M
examples/todomvc/tests/perform/completing-todos/should-toggle-all-todos-complete.spec.ts-cache.json
+17
-52
M
examples/todomvc/tests/perform/completing-todos/should-toggle-all-todos-incomplete.spec.ts-cache.json
+26
-32
M
examples/todomvc/tests/perform/completing-todos/should-uncomplete-completed-todo.spec.ts-cache.json
+18
-27
M
examples/todomvc/tests/perform/deleting-todos/should-clear-all-completed-todos.spec.ts-cache.json
+29
-39
M
examples/todomvc/tests/perform/deleting-todos/should-delete-single-todo.spec.ts-cache.json
+29
-26
M
examples/todomvc/tests/perform/deleting-todos/should-delete-specific-todo-from-multiple.spec.ts-cache.json
+19
-29
M
examples/todomvc/tests/perform/editing-todos/should-cancel-edit-on-escape.spec.ts-cache.json
+21
-29
M
examples/todomvc/tests/perform/editing-todos/should-delete-todo-when-edited-to-empty.spec.ts-cache.json
+40
-27
M
examples/todomvc/tests/perform/editing-todos/should-edit-todo-by-double-clicking.spec.ts-cache.json
+20
-34
M
examples/todomvc/tests/perform/editing-todos/should-save-edit-on-blur.spec.ts-cache.json
+17
-28
M
examples/todomvc/tests/perform/editing-todos/should-trim-whitespace-when-editing.spec.ts-cache.json
+14
-26
M
examples/todomvc/tests/perform/filtering-todos/should-filter-active-todos.spec.ts-cache.json
+20
-36
M
examples/todomvc/tests/perform/filtering-todos/should-filter-completed-todos.spec.ts-cache.json
+31
-37
M
examples/todomvc/tests/perform/filtering-todos/should-show-all-todos-with-all-filter.spec.ts-cache.json
+17
-38
M
examples/todomvc/tests/perform/persistence/should-persist-todos-after-page-reload.spec.ts-cache.json
+11
-31
M
packages/playwright-core/src/server/agent/actions.ts
-1
M
packages/playwright-core/src/server/agent/context.ts
+19
-12
M
packages/playwright-core/src/server/agent/expectTools.ts
+1
-1
M
packages/playwright-core/src/server/agent/pageAgent.ts
+7
-12
M
packages/playwright-core/src/server/agent/tool.ts
+1
-2
M
packages/playwright-core/src/server/dispatchers/pageAgentDispatcher.ts
+10
-2
M
packages/playwright/src/index.ts
+2
M
packages/playwright/src/runner/storage.ts
+1
-1
M
tests/library/perform-task.spec.ts-cache.json
+8
-31
Browse files at this commit โ