docs: update tasks, runner and e2e auth tests
This commit is contained in:
2036
Docs/Tasks.md
2036
Docs/Tasks.md
File diff suppressed because it is too large
Load Diff
@@ -102,7 +102,7 @@ for (int i = 0; i < items.Count; i++)
|
||||
|
||||
// Step 1 — run the task prompt
|
||||
await RunCopilot(Enumerable.Empty<string>(), $"/caveman full");
|
||||
await RunCopilot(new[] { "--continue" }, $"read ./Docs/Instructions.md. fix the following test and only that one. Keep in mind that i did many refactorings and test may is obsolet or need to be changed. {item}");
|
||||
await RunCopilot(new[] { "--continue" }, $"read ./Docs/Instructions.md. fix the following test and only that one. {item}");
|
||||
if (cts.IsCancellationRequested) break;
|
||||
|
||||
// Step 2 — confirm completion in the same chat session
|
||||
|
||||
@@ -65,8 +65,8 @@ Password Mismatch Shows Validation Error
|
||||
Fill Text css=input[aria-label="Confirm Password"] Different123!
|
||||
Click css=button[type="submit"]
|
||||
|
||||
Wait For Elements State css=[aria-label="Confirm Password"] attached timeout=5s
|
||||
${msg}= Get Text xpath=//*[@aria-label="Confirm Password"]/ancestor::*[contains(@class,"field")]//*[@role="alert"]
|
||||
Wait For Elements State xpath=//*[@aria-label="Confirm Password"]/ancestor::*[contains(@class,"field")]//*[@role="alert"] visible timeout=10s
|
||||
${msg}= Get Text xpath=//*[@aria-label="Confirm Password"]/ancestor::*[contains(@class,"field")]//*[@role="alert"] timeout=10s
|
||||
Should Be Equal As Strings ${msg} Passwords do not match.
|
||||
|
||||
Close Browser
|
||||
|
||||
Reference in New Issue
Block a user