Commit c29b0415 authored by Ben Hayward's avatar Ben Hayward

Minor change

1 merge request!488[Sprint/KiltedKoala](feat): Added in spec tests for subscription #1636
Pipeline #75441666 running with stages
import { Subscriber } from "rxjs";
context('Subscription', () => {
const user = 'minds';
const subscribeButton = 'minds-button-subscribe > button'
const subscribeButton = 'minds-button-subscribe > button';
const messageButton = 'm-messenger--channel-button > button';
const userDropdown = 'minds-button-user-dropdown > button';
const unsubscribeOption = 'minds-button-user-dropdown > ul > li:nth-child(4)'
const unsubscribeOption = 'minds-button-user-dropdown > ul > li:nth-child(4)';
beforeEach(()=> {
cy.login(true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment