Fixed Add Channel_test_cases (#22768)
* Fixed Add Channel_test_cases * fixed more test cases * fixed lint
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
8d301c0d64
Коммит
f1f54508f4
@@ -21,6 +21,7 @@ export function markAsUnreadShouldBeAbsent(postId, prefix = 'post', location = '
|
||||
within(() => {
|
||||
cy.findByText('Mark as Unread').should('not.exist');
|
||||
});
|
||||
cy.get('body').type('esc');
|
||||
}
|
||||
|
||||
export function switchToChannel(channel) {
|
||||
|
||||
Ссылка в новой задаче
Block a user