mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
feat(desktop): add hunk-level review controls
This commit is contained in:
parent
a8dfa18598
commit
c3bc36fde1
13 changed files with 1071 additions and 89 deletions
|
|
@ -69,6 +69,15 @@ async function main() {
|
|||
await clickButton('Open Project');
|
||||
await waitForText('desktop-e2e-workspace');
|
||||
await waitForText('README.md');
|
||||
await waitForText('Accept Hunk');
|
||||
await clickButton('Accept Hunk');
|
||||
await waitForText('Accepted');
|
||||
await setFieldByAriaLabel(
|
||||
'Review comment for README.md',
|
||||
'Review note from E2E',
|
||||
);
|
||||
await clickButton('Add Comment');
|
||||
await waitForText('Review note from E2E');
|
||||
await waitForSelector('[data-testid="project-list"]');
|
||||
|
||||
await clickButton('New Thread');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue