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

🪟 🚦 Add base E2E test for new stream table (part 1) #22412

Merged
merged 13 commits into from
Feb 8, 2023

Conversation

dizel852
Copy link
Contributor

@dizel852 dizel852 commented Feb 6, 2023

What

Related to #18267

How

The test skips user flow: create source and destination connectors via UI.
We create them via API request and then start creating a new connection flow from choosing the existing ones.

Areas covered in the base test:

  1. Selecting Source and Destination connectors from existing ones
  2. Page routing (at what page we currently are after actions)
  3. Changing replication frequency (only "Manual" options)
  4. Connection set up - partial check API response(connection name and replication frequency)

@dizel852 dizel852 changed the title 🪟 🚦 Add base E2E test for new stream table 🪟 🚦 Add base E2E test for new stream table (part 1) Feb 7, 2023
Copy link
Contributor

@edmundito edmundito left a comment

Choose a reason for hiding this comment

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

Looks good, just had a couple of nits and a question.

@dizel852 dizel852 merged commit 4db6229 into master Feb 8, 2023
@dizel852 dizel852 deleted the vlad/18267-first-e2e-test-for-stream-table branch February 8, 2023 20:10
danidelvalle pushed a commit to danidelvalle/airbyte that referenced this pull request Feb 9, 2023
* extend api types

* add test ids

* extend submit button click

* add more interceptors

* add clickNewConnectionButton function and selector

* add newConnection file with selectors and functions

* add streamTable spec file with base flow

* add interceptor for getting source definition request

* add populate db steps

* remove obsolete data-id="new-connection"

* rename file

* move file to connection folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend Related to the Airbyte webapp
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants