Revert "Update tests - Replace button click blocks -> pools"
This reverts commit 73019b485f.
This commit is contained in:
@@ -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);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user