Skip to content

Conversation

@muhammad-ali-pk
Copy link
Contributor

@muhammad-ali-pk muhammad-ali-pk commented Jun 17, 2025

Done

  • Updated failing playwright tests after recent layout changes
  • Added new tests for table view

QA

QA steps

QA CI actions:

  • Create a new branch from this branch and raise a PR to merge your branch to this branch
  • This will trigger the playwright actions on your PR
  • Verify all tests within "Playwright tests" check are successful.

QA manual testing:

  • Check out this repo
  • Make sure you have the following in your env
DISABLE_SSO=1 
  • Run the project
docker run -d -p 5432:5432 -e POSTGRES_PASSWORD=postgres postgres
docker run -d -p 6379:6379 redis

dotrun

In a different terminal, run

dotrun exec celery -A webapp.app.celery_app worker -B  --loglevel=DEBUG

In another terminal, run

yarn dev

The application should be accessible at localhost:8104/app and should show loading when cloning repositories

  • Run playwright tests in a terminal, using
JIRA_REPORTER_ID="<jira_reporter_id>" yarn playwright test

Replace <jira_reporter_id> with the ID provided here

    • Verify all the tests are successful.

Fixes

@webteam-app
Copy link

@muhammad-ali-pk muhammad-ali-pk changed the title updated tests [WD-22490] chore: update playwright tests Jun 17, 2025
@muhammad-ali-pk muhammad-ali-pk force-pushed the update-playwright-tests branch 2 times, most recently from ebf521d to 5c636f3 Compare June 24, 2025 12:08
@muhammad-ali-pk
Copy link
Contributor Author

This PR is blocked because the background tasks are failing in CI #206

@muhammad-ali-pk muhammad-ali-pk requested review from a team and akbarkz June 25, 2025 05:36
@muhammad-ali-pk
Copy link
Contributor Author

muhammad-ali-pk commented Jul 4, 2025

Background tasks are failing in CI, therefore this PR is blocked until #209 is merged.

@muhammad-ali-pk
Copy link
Contributor Author

Background tasks have been fixed in the upstream, the PR is no longer blocked.

@muhammad-ali-pk muhammad-ali-pk force-pushed the update-playwright-tests branch from 1557680 to 66af00e Compare August 4, 2025 11:48
@muhammad-ali-pk muhammad-ali-pk merged commit a96bdf0 into main Aug 4, 2025
9 checks passed
@muhammad-ali-pk muhammad-ali-pk deleted the update-playwright-tests branch August 4, 2025 12:51
@github-actions
Copy link

github-actions bot commented Sep 5, 2025

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants