Change tab identifier

This commit is contained in:
Gabe Kangas 2022-12-11 21:16:23 -08:00
parent 0f9e246302
commit 14e4ca9c28
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -31,7 +31,7 @@ describe(`Has correct identifiers for overrides`, () => {
// Followers
const followersCollection = '#followers-collection';
it(`Has identifier: ${followersCollection}`, () => {
cy.get('#rc-tabs-1-tab-3').click();
cy.contains('Followers').click();
cy.get(followersCollection).should('be.visible');
});