Skip to content

Fix failing test in webkit browser#98

Merged
antosan merged 6 commits intodevelopfrom
webkit-test
Oct 21, 2022
Merged

Fix failing test in webkit browser#98
antosan merged 6 commits intodevelopfrom
webkit-test

Conversation

@antosan
Copy link
Copy Markdown
Member

@antosan antosan commented Oct 19, 2022

Fixes Issue

Changes proposed

Fixes failing test in webkit browser

Check List (Check all the applicable boxes)

  • My code follows the code style of this project.
  • My change requires changes to the documentation.
  • I have updated the documentation accordingly.
  • All new and existing tests passed.
  • This PR does not contain plagiarized content.
  • The title of my pull request is a short description of the requested changes.

Screenshots

Note to reviewers

@antosan antosan self-assigned this Oct 19, 2022
@vercel
Copy link
Copy Markdown

vercel Bot commented Oct 19, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
reactdevske-website ✅ Ready (Inspect) Visit Preview Oct 21, 2022 at 2:42PM (UTC)

@antosan antosan changed the title Get page from context Fix failing test in webkit browser Oct 20, 2022
@antosan antosan marked this pull request as ready for review October 20, 2022 04:10
Comment thread .github/workflows/e2e.yml Outdated
node-version: '14.x'
- name: Install dependencies
run: npm ci
run: npm install
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Any particular reason for this change?
npm ci will run a clean install and it's meant for CI/CD pipelines : reference npm ci docs

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Nice catch, forgot that there while debugging. I have removed it.

@antosan antosan added the hacktoberfest-accepted Hacktoberfest acceptance tag label Oct 21, 2022
@antosan antosan merged commit d1a9250 into develop Oct 21, 2022
@antosan antosan deleted the webkit-test branch October 21, 2022 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hacktoberfest-accepted Hacktoberfest acceptance tag

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Failing tests in webkit browser

2 participants