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

Implement [e2e-d08]valWithdrawRewardsAsDelegateToAnother.feature #829

Merged
merged 26 commits into from
Sep 9, 2022

Conversation

Ebazhanov
Copy link
Contributor

closes: #827

@Ebazhanov Ebazhanov changed the base branch from main to d07-delegated-address September 2, 2022 09:47
Base automatically changed from d07-delegated-address to main September 2, 2022 12:04
@Ebazhanov Ebazhanov marked this pull request as ready for review September 5, 2022 09:16
@Ebazhanov Ebazhanov marked this pull request as draft September 5, 2022 09:50
@Ebazhanov Ebazhanov marked this pull request as ready for review September 6, 2022 06:36
Comment on lines 52 to 56
# TODO improve after getting more validator issues/789
* I see TGD balance "0.1"
* I close wallet dialog modal
# TODO improve after getting more validator issues/789
* I use "randomMnemonic07" to make query and check balance of this address "0"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I know this is not an accurate and not a good solution but we are going to improve it after I get more validator with Rewards
#789

Comment on lines 82 to 85
# TODO improve after getting more validator issues/789
* I see TGD balance "0"
* I close wallet dialog modal
# TODO improve after getting more validator issues/789
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@@ -16,7 +16,7 @@ Given("Go to Trusted Circle page", () => {

When("I click on Add Trusted Circle button", () => {
cy.url().should("not.include", "/trustedcircle/undefined"); //probably a bug of the App
cy.findByText(/Add Trusted Circle/i).click();
cy.get('[data-cy="trusted-circle-page-add-trusted-circle-button"]').click();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

i hope it will help to prevent it
image
also did some related adjustments in this PR
FYI 30b30ef

@abefernan
Copy link
Collaborator

Maybe we should wait to merge #832 before and then adapt this one to auto code ID

@Ebazhanov
Copy link
Contributor Author

Maybe we should wait to merge #832 before and then adapt this one to auto code ID

i am fine, will just clone this branch for my next task

Copy link
Collaborator

@abefernan abefernan left a comment

Choose a reason for hiding this comment

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

Good! We can merge as soon as the merge conflicts are solved

…ther-address

# Conflicts:
#	cypress/steps-definition/TrustedCircles.ts
…ther-address

# Conflicts:
#	src/__tests__/integration/happy-paths/trustedCircle.test.ts
…ther-address

# Conflicts:
#	cypress/integration/[a01]-tgdBalance.feature
#	cypress/integration/[a04]-sendTgd.feature
#	cypress/integration/[c03]-withdrawRewardsAsDelegate.feature
#	cypress/integration/[d05]-valWithdrawMyRewards.feature
#	cypress/integration/[d06]-valWithdrawMyRewardsToAnother.feature
#	cypress/integration/[d07]-valWithdrawRewardsAsDelegate.feature
#	cypress/steps-definition/ConnectWalletModal.ts
#	cypress/steps-definition/MainNavigationMenu.ts
@Ebazhanov Ebazhanov merged commit 971d6a6 into main Sep 9, 2022
@Ebazhanov Ebazhanov deleted the d08-delegated-to-an-other-address branch September 9, 2022 10:28
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.

Implement [e2e-d08]valWithdrawRewardsAsDelegateToAnother.feature
2 participants