Revert "Update tests - Replace button click blocks -> pools"

This reverts commit 73019b485f.
This commit is contained in:
nymkappa
2022-02-15 15:56:40 +09:00
parent 820daf377e
commit 1c928582a2
3 changed files with 4 additions and 100 deletions

View File

@@ -44,10 +44,10 @@ describe('Testnet', () => {
cy.get(':nth-child(3) > #bitcoin-block-0').should('not.exist');
});
it('loads the pools screen', () => {
it('loads the blocks screen', () => {
cy.visit('/testnet');
cy.waitForSkeletonGone();
cy.get('#btn-pools').click().then(() => {
cy.get('#btn-blocks').click().then(() => {
cy.wait(1000);
});
});