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

Fix/cypress wait #1262

Merged
merged 11 commits into from
May 26, 2021
Merged

Fix/cypress wait #1262

merged 11 commits into from
May 26, 2021

Conversation

dominikx96
Copy link
Collaborator

Pull Request Template

Issue

#1257

Addresses # (issue)

  • This change addresses the issue in full
  • This change addresses only certain aspects of the issue
  • This change is a dependency for another issue
  • This change has a dependency from another issue

Description

I tried to follow all CircleCI steps in my local setup and noticed in the build section in the config.yml command: yarn build:app:public - BUT we just set up backend without running it. It means - the build doesn’t contain all the necessary pages which come from the listing so this build is not correct.

I moved the build command into sites/public package.json, then yarn start command should run after build.

Also fixed broken MyApplications test - it requires to wait for route change after successful login.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Prototype/POC (not to merge)
  • This change is a refactor/address technical debt
  • This change requires a documentation update
  • This change requires a SQL Script

How Can This Be Tested/Reviewed?

Please describe the tests that you ran to verify your changes. Provide instructions so we can review. Please also list any relevant details for your test configuration

  • Desktop View
  • Mobile View
  • Test A
  • Test B

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have reviewed the changes in a desktop view
  • I have reviewed the changes in a mobile view
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have assigned reviewers
  • I have updated the changelog to include a description of my changes

@dominikx96 dominikx96 requested a review from pbn4 May 24, 2021 10:07
@dominikx96 dominikx96 self-assigned this May 24, 2021
@netlify
Copy link

netlify bot commented May 24, 2021

✔️ Deploy Preview for clever-edison-cd22c1 ready!

🔨 Explore the source changes: 1294b08

🔍 Inspect the deploy log: https://app.netlify.com/sites/clever-edison-cd22c1/deploys/60ae1028e4aaf1000875648e

😎 Browse the preview: https://deploy-preview-1262--clever-edison-cd22c1.netlify.app

@dominikx96 dominikx96 requested review from jaredcwhite and removed request for pbn4 May 24, 2021 10:36
@emilyjablonski
Copy link
Collaborator

LGTM!

Copy link
Collaborator

@jaredcwhite jaredcwhite left a comment

Choose a reason for hiding this comment

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

Ditto!

@dominikx96 dominikx96 merged commit 74365b4 into master May 26, 2021
willrlin referenced this pull request in CityOfDetroit/bloom Jun 9, 2021
* Put port in the url

* Increased node max. memory limit

* Change wait-on url

* Run backend before build

* Run build script from the package.json

* Restore some old parts

* Updated broken test

* Updated changelog

Co-authored-by: dominikx96 <dominik@airnauts.com>
willrlin referenced this pull request in CityOfDetroit/bloom Jun 9, 2021
willrlin referenced this pull request in CityOfDetroit/bloom Jun 9, 2021
YazeedLoonat pushed a commit to YazeedLoonat/bloom that referenced this pull request May 31, 2022
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.

None yet

3 participants