* Removed draft tour point

* Removed unused texts

* Fixed e2e tests

* Linting

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Maria A Nunez
2025-03-21 11:06:36 -04:00
коммит произвёл GitHub
родитель e495fb3182
Коммит d69e8b3e90
11 изменённых файлов: 0 добавлений и 209 удалений

Просмотреть файл

@@ -432,9 +432,6 @@ function apiCreateUser({
cy.apiSaveOnboardingTaskListPreference(createdUser.id, 'onboarding_task_list_open', 'false');
cy.apiSaveOnboardingTaskListPreference(createdUser.id, 'onboarding_task_list_show', 'false');
// hide drafts tour tip so it doesn't block the execution of subsequent tests
cy.apiSaveDraftsTourTipPreference(createdUser.id, true);
if (bypassTutorial) {
cy.apiDisableTutorials(createdUser.id);
}