remove only guard in friends-list.spec

This commit is contained in:
Nuwan Chathuranga 2021-09-23 19:50:54 +05:30 committed by Nuwan
parent 0af1efe8b2
commit 6e4432feb1
1 changed files with 1 additions and 1 deletions

View File

@ -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')