mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Change tab identifier
This commit is contained in:
parent
0f9e246302
commit
14e4ca9c28
@ -31,7 +31,7 @@ describe(`Has correct identifiers for overrides`, () => {
|
|||||||
// Followers
|
// Followers
|
||||||
const followersCollection = '#followers-collection';
|
const followersCollection = '#followers-collection';
|
||||||
it(`Has identifier: ${followersCollection}`, () => {
|
it(`Has identifier: ${followersCollection}`, () => {
|
||||||
cy.get('#rc-tabs-1-tab-3').click();
|
cy.contains('Followers').click();
|
||||||
cy.get(followersCollection).should('be.visible');
|
cy.get(followersCollection).should('be.visible');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user