* fix: #2668 Page Vertical Spacing Issues * Update test to reflect mobile work * chore: refactor action buttons --------- Co-authored-by: thisProjects <wibbet@wobbet.com> Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
@@ -15,8 +15,8 @@ describe(`Basic tests`, () => {
|
||||
|
||||
// Verify the tags show up
|
||||
it('Has correct tags visible', () => {
|
||||
cy.contains('#owncast').should('be.visible');
|
||||
cy.contains('#streaming').should('be.visible');
|
||||
cy.contains('#owncast').should('exist');
|
||||
cy.contains('#streaming').should('exist');
|
||||
});
|
||||
|
||||
// it('Can open notify modal', () => {
|
||||
|
||||
Reference in New Issue
Block a user