Skip to content

Commit 291db24

Browse files
Foscottl-TPCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 5c48290 commit 291db24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/personal/AP-Profile/Personal-EditProfileDetails.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ test.describe('Personal Accounts allow access and modification of profile detail
115115
await (test as any).stepNoScreenshot(
116116
'Then profile endpoint responds with GET request consistent with schema and saved values',
117117
async () => {
118-
await api.reloadPage('load');
119118
const clickTimestamp = Date.now();
119+
await api.reloadPage('load');
120120
producerGetCapture = await api.waitForCaptureMatching(
121121
getProfileMetadataSchema.method,
122122
getProfileMetadataSchema.url as RegExp,

0 commit comments

Comments
 (0)