remove only guard in friends-list.spec
This commit is contained in:
parent
0af1efe8b2
commit
6e4432feb1
|
|
@ -24,7 +24,7 @@ describe('Friends page', () => {
|
|||
//TODO: paginate
|
||||
});
|
||||
|
||||
describe.only('details side panel', () => {
|
||||
describe('details side panel', () => {
|
||||
|
||||
const showSidePanelContent = () => {
|
||||
cy.get('[data-testid=profileSidePanel] h4').should('have.text', 'Test User1')
|
||||
|
|
|
|||
Loading…
Reference in New Issue