Skip to content

Commit b9c8102

Browse files
update xpath in observe_vantechjournal (#1088)
# why - webpage structure changed, needed to update the xpath in the expected locator
1 parent df76f7a commit b9c8102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evals/tasks/observe_vantechjournal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const observe_vantechjournal: EvalFunction = async ({
2424
};
2525
}
2626

27-
const expectedLocator = `xpath=/html/body/div[3]/div/section/div/div/div[3]/a`;
27+
const expectedLocator = `xpath=/html/body/div[2]/div/section/div/div/div[3]/a`;
2828

2929
const expectedResult = await stagehand.page.locator(expectedLocator);
3030

0 commit comments

Comments
 (0)