chore: remove unnecessary it.only in test (#1840)
This commit is contained in:
parent
26d277d775
commit
d4cbd4042b
@ -172,7 +172,7 @@ describe('market info is displayed', { tags: '@smoke' }, () => {
|
|||||||
.and('contain', '/oracles');
|
.and('contain', '/oracles');
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only('proposal displayed', () => {
|
it('proposal displayed', () => {
|
||||||
cy.getByTestId(marketTitle).contains('Proposal').click();
|
cy.getByTestId(marketTitle).contains('Proposal').click();
|
||||||
|
|
||||||
cy.getByTestId(externalLink)
|
cy.getByTestId(externalLink)
|
||||||
|
Loading…
Reference in New Issue
Block a user