Conversation
This commit implements TC-1621 to ensure users are properly informed about the terms of use when creating a personal account via the SSO login flow. The implemented scenario verifies: - Entering an unregistered email on the SSO sign-in page. - Navigating to the personal account registration page. - The visibility of the Terms of Use link. - Opening the link and validating the correct routing to the `/legal#terms` URL in a new tab. Refs: WPB-24831
The test now uses `Promise.all` with `page.waitForEvent('popup')`
instead of `context().waitForEvent('page')` to handle the new tab
creation.
Refs: WPB-24831
* chore: Update translations * chore: use github hoster runners for jobs (#20910) * chore: trigger push * chore(E2E): Updated calling service API client to use 1Password [WPB-24489] (#20905) * chore: Update translations * chore: Update translations --------- Co-authored-by: Amir Ghezelbash <thisisamir98@gmail.com> Co-authored-by: Immad Abdul Jabbar <immad.jabbar@wire.com> Co-authored-by: Ivan Skvortsov <ivan.skvortsov@wire.com> Co-authored-by: Christian Rackerseder <git@echooff.de>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…420] (#21168) This test is currently broken due to the dev backend taking more than 10s to delete the conversation. (See: wireapp/wire-server#5205) Until this issue has been resolved it will be skipped to unblock CI.
* ci: add dynamic sharding for E2E tests [WPB-24724] * fix: transform shards array using fromJSON * refactor: log number of computed shards
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…21170) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* test(registration): add test for terms of use before registration
This commit implements TC-1621 to ensure users are properly
informed about the terms of use when creating a personal account
via the SSO login flow.
The implemented scenario verifies:
- Entering an unregistered email on the SSO sign-in page.
- Navigating to the personal account registration page.
- The visibility of the Terms of Use link.
- Opening the link and validating the correct routing to the
`/legal#terms` URL in a new tab.
Refs: WPB-24831
* test(registration): refactor popup handling for terms of use test
The test now uses `Promise.all` with `page.waitForEvent('popup')`
instead of `context().waitForEvent('page')` to handle the new tab
creation.
Refs: WPB-24831
* test: verify link preview and media playback TC-1264 * test: refactor TC-1264 to fix flaky media playback assertions
…21177) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…20] (#21109) * feat: add capability polling and move it behind feature flag * feat: enhance polling logic with panel state checks, change useEffect return type * wip # Conflicts: # apps/webapp/jest.config.ts # apps/webapp/jest.report.config.cjs * test: coverage for capabilityInformationValidator
…itions during login [WPB-25038] (#21175) * refactor: overload sendConnectionRequest to also accept pages * refactor: overload connectWithUser to also accept pages * refactor: remove usages of withConnectionRequest from block tests * refactor: remove usages of withConnectionRequest from calling tests Co-authored-by: Copilot <copilot@github.com> * refactor: remove usages of withConnectionRequest from connection tests Co-authored-by: Copilot <copilot@github.com> * refactor: remove usages of withConnectionRequest from conversation tests Co-authored-by: Copilot <copilot@github.com> * refactor: remove usages of withConnectionRequest from groupVideoCall test * refactor: remove usages of withConnectionRequest from messagesIn1On1 test * refactor: remove usages of withConnectionRequest from oneOnOneCall test * refactor: remove usages of withConnectionRequest from deepLink tests * refactor: remove usages of withConnectionRequest from guestroom tests * refactor: remove usages of withConnectionRequest from mention tests * refactor: remove usages of withConnectionRequest from participantProfile tests Co-authored-by: Copilot <copilot@github.com> * refactor: remove page plugin "withConnectionRequest" --------- Co-authored-by: Copilot <copilot@github.com>
…713] (#21161) * ci: update command to import to testiny * chore: remove no longer needed beforeEach fixture * ci: only run testiny upload if previous steps completed * revert: remove blob cleanup from artifact * fix: don't prompt for confirmation before importing * fix: have tags added correctly to TC-764/5 * fix: remove duplicate test id * feat: add custom script to transform and upload test report via API * refactor: pass run description from within main * ci: allow nightly pipeline to be triggered manually * fix: add linebreak after markdown header in run description * refactor: extract magic number for project id * refactor: pass run description from yml * feat: associate test run with testplan automatically Co-authored-by: Copilot <copilot@github.com> * refactor: declare resultMap outside of reduce * refactor: add time to name of test run * fix: remove broken alias in cli args * refactor: add logs to upload script --------- Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* test: verify message blocking in left groups after backup TC-10549 * test: add login timeout to prevent flakiness TC-10549
…ings (#21206) Replaces kanga333/variable-mapper (Node.js 20 action) with native bash mapping steps in publish-and-deploy-webapp.yml to eliminate upcoming GitHub Actions runtime deprecation risk.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…se/WPB-20721) (#21189) * feat: Initial UI for search view * feat: home icon in breadcrumbs when user is at root level(WPB-25163) * feat: show default search view message, update clear icon * fix: review comments * fix: translate merge * fix: pipeline import order issue * feat: add startup feature toggle for shared drive search,filter
thisisamir98
previously approved these changes
May 4, 2026
…20] (#21185) * test: improve stability of tests sending connection requests [WPB-22420] In some cases it could happen that the 1on1 conversation was created after the group conversation causing the test to fail e.g. because the already typed message couldn't be sent * test: allow login via guest link to be retried It looks like the login button on the page for guests to join via link sometimes ignores clicks if they happen to fast. But sadly this page is out of the control of this repo to improve so a retry will have to do for now
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* refactor: remove unused addCreatedTeam util Refs: WPB-25196 * refactor: remove unused tearDownAll util Refs: WPB-25196 * refactor: remove unused removeCreatedTeam util Refs: WPB-25196 * refactor: remove unused removeAllUser util Refs: WPB-25196 * refactor: remove outdated tearDown utils and rely on fixtures for test user cleanup in registration.spec.ts Refs: WPB-25196 * refactor: remove tearDown.util.ts Refs: WPB-25196
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.