-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds additional e2e tests and fixes existing ones (#641)
* Fix changed image paths * Adds tests for news * Add alert test * Add webform tests * Add quickexit tests * Fix publication test * Add GTM test * Re add sitemap test * Add url test step * Improve authenticated content test * Update step definition to refer to node instead of page * Working E2E tests Working auth content test Update circle CI to test this PR disable chromeWebSecurity Fix webform test Fix auth content tests fix quickexit skip webform to diagnose timeout Add circle step to run nightly on actual domain use chrome browser and bump ram in CI Add node 12 browser container Remove browsers image and comment out failing alert test fix news test skip failing step in content preview test fix publication test update auth content yaml Fix quickexit step Use chrome instead of electron Use form submit buttons to submit fix preview content feature Improve content preview test Add a bit extra wait for CI Fix news listing step Add step to use preview link remove current url check Use UUID for preview Add waits in webform submission More waits more fixes Better timeout handling on anchorlink test Add grant test Add nid for auth content and content preview Add wait to content preview test Add test for site section alert Add wait for page navigation in anchorlink test * Change alert title * Add extra cleanup spec for alerts * Extend timeout on preview redirect * fix space in url * Add tests into new project scaffolding * Add tests into new project scaffolding * Update packages/create-ripple-app/generators/updates/22.0.0/saofile.js bump version in update script Co-Authored-By: Tim Yao <[email protected]> * Add siteid variable to smoke tests * Use /user/login route to workaround BE issue * Add scripts-prepend-node-path=true to fix yarn issue yarnpkg/yarn#6617 * Fix test regressions * Fix conflicting nodeids for alerts * use admin account for auth content * extend wait for demolandingpage * skip preview * force select * Add 2x parallelism * Remove step that creates auth content taxonomy * Fix content preview test * remove quickexit cleanup * Add a visit to homepage to warm cache before test * Update CRA fixtures Co-authored-by: Tim Yao <[email protected]>
- Loading branch information
1 parent
f747a25
commit 0b21409
Showing
161 changed files
with
4,999 additions
and
1,188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
scripts-prepend-node-path=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/vic-gov-au/test/e2e/fixtures/authenticatedContent/taxonomy.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- entity: "taxonomy_term" | ||
vid: "authenticated_content" | ||
name: "test" | ||
name: "test" |
Oops, something went wrong.