f4bf7db996
- using `cypress-real-events` for real hover - label for view header menu changed to 'View header menu' - label for view menu added - snapshots for unit tests updated
9 lines
246 B
TypeScript
9 lines
246 B
TypeScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
import '@testing-library/cypress/add-commands'
|
|
|
|
import 'cypress-real-events/support'
|
|
|
|
import './api_commands'
|
|
import './ui_commands'
|