Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build_review_page_197 #232

Merged
merged 11 commits into from
Sep 18, 2024
Merged

build_review_page_197 #232

merged 11 commits into from
Sep 18, 2024

Conversation

arinkulshi-skylight
Copy link
Collaborator

@arinkulshi-skylight arinkulshi-skylight commented Sep 17, 2024

Pull Request

Description

#197

@arinkulshi-skylight arinkulshi-skylight linked an issue Sep 17, 2024 that may be closed by this pull request
@arinkulshi-skylight arinkulshi-skylight changed the title Build review page 197 build_review_page_197 Sep 17, 2024
@arinkulshi-skylight arinkulshi-skylight marked this pull request as ready for review September 17, 2024 16:50
knguyenrise8
knguyenrise8 previously approved these changes Sep 17, 2024
await scrollContainer.evaluate((el) => el.scrollBy(0, 100));
const afterScroll = await scrollContainer.evaluate((el) => el.scrollTop);

await expect(afterScroll).toBeGreaterThan(beforeScroll);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

await is not needed here, toBeGreaterThan doesnt return a promise

test("Displays extracted data with overall confidence score", async ({
page,
}) => {
const extractedDataHeader = await page.getByRole("heading", {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

await is not needed here

zdeveloper
zdeveloper previously approved these changes Sep 17, 2024
Copy link
Contributor

@zdeveloper zdeveloper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, with super minor nitpicks

@arinkulshi-skylight arinkulshi-skylight added this pull request to the merge queue Sep 18, 2024
Merged via the queue into main with commit f7f1fcd Sep 18, 2024
4 checks passed
@arinkulshi-skylight arinkulshi-skylight deleted the build_review_page_197 branch September 18, 2024 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[V1] Extract: Build the Review page
4 participants