@mattermost/playwright-lib 11.3.0-0 → 11.3.0-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mattermost/playwright-lib",
3
- "version": "11.3.0-0",
3
+ "version": "11.3.0-1",
4
4
  "description": "A comprehensive end-to-end testing library for Mattermost web, desktop and plugin applications using Playwright",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,8 +43,8 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@axe-core/playwright": "4.11.0",
46
- "@mattermost/client": "file:../../../webapp/platform/client",
47
- "@mattermost/types": "file:../../../webapp/platform/types",
46
+ "@mattermost/client": "11.3.0",
47
+ "@mattermost/types": "11.3.0",
48
48
  "@percy/cli": "1.31.5",
49
49
  "@percy/playwright": "1.0.10",
50
50
  "async-wait-until": "2.0.31",
@@ -1,9 +0,0 @@
1
- // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
2
- // See LICENSE.txt for license information.
3
- export { makeClient } from './client';
4
- export { createRandomChannel } from './channel';
5
- export { getOnPremServerConfig, mergeWithOnPremServerConfig } from './default_config';
6
- export { initSetup, getAdminClient } from './init';
7
- export { createRandomPost } from './post';
8
- export { createNewTeam, createRandomTeam } from './team';
9
- export { createNewUserProfile, createRandomUser, getDefaultAdminUser, isOutsideRemoteUserHour } from './user';
@@ -1 +0,0 @@
1
- {"root":["../src/browser_context.ts","../src/constant.ts","../src/file.ts","../src/flag.ts","../src/global_setup.ts","../src/index.ts","../src/mock_browser_api.ts","../src/test_action.ts","../src/test_config.ts","../src/test_fixture.ts","../src/types.ts","../src/util.ts","../src/server/channel.ts","../src/server/client.ts","../src/server/default_config.ts","../src/server/index.ts","../src/server/init.ts","../src/server/post.ts","../src/server/team.ts","../src/server/user.ts","../src/ui/components/footer.ts","../src/ui/components/global_header.ts","../src/ui/components/index.ts","../src/ui/components/main_header.ts","../src/ui/components/user_account_menu.ts","../src/ui/components/channels/app_bar.ts","../src/ui/components/channels/center_view.ts","../src/ui/components/channels/delete_post_confirmation_dialog.ts","../src/ui/components/channels/delete_post_modal.ts","../src/ui/components/channels/delete_scheduled_post_modal.ts","../src/ui/components/channels/draft_post.ts","../src/ui/components/channels/emoji_gif_picker.ts","../src/ui/components/channels/find_channels_modal.ts","../src/ui/components/channels/flag_post_confirmation_dialog.ts","../src/ui/components/channels/generic_confirm_modal.ts","../src/ui/components/channels/header.ts","../src/ui/components/channels/invite_people_modal.ts","../src/ui/components/channels/message_priority.ts","../src/ui/components/channels/post.ts","../src/ui/components/channels/post_create.ts","../src/ui/components/channels/post_dot_menu.ts","../src/ui/components/channels/post_edit.ts","../src/ui/components/channels/post_menu.ts","../src/ui/components/channels/post_reminder_menu.ts","../src/ui/components/channels/profile_modal.ts","../src/ui/components/channels/restore_post_confirmation_dialog.ts","../src/ui/components/channels/schedule_message_menu.ts","../src/ui/components/channels/schedule_message_modal.ts","../src/ui/components/channels/scheduled_draft_modal.ts","../src/ui/components/channels/scheduled_post.ts","../src/ui/components/channels/scheduled_post_indicator.ts","../src/ui/components/channels/search_box.ts","../src/ui/components/channels/send_message_now_modal.ts","../src/ui/components/channels/sidebar_left.ts","../src/ui/components/channels/sidebar_right.ts","../src/ui/components/channels/team_menu.ts","../src/ui/components/channels/thread_footer.ts","../src/ui/components/channels/user_profile_popover.ts","../src/ui/components/channels/channel_settings/channel_settings_modal.ts","../src/ui/components/channels/channel_settings/configuration_settings.ts","../src/ui/components/channels/channel_settings/info_settings.ts","../src/ui/components/channels/settings/advanced_settings.ts","../src/ui/components/channels/settings/display_settings.ts","../src/ui/components/channels/settings/notifications_settings.ts","../src/ui/components/channels/settings/settings_modal.ts","../src/ui/components/channels/settings/sidebar_settings.ts","../src/ui/components/channels/team_settings/team_settings_modal.ts","../src/ui/components/system_console/navbar.ts","../src/ui/components/system_console/sidebar.ts","../src/ui/components/system_console/sections/site_configuration/notifications.ts","../src/ui/components/system_console/sections/system_users/column_toggle_menu.ts","../src/ui/components/system_console/sections/system_users/feature_discovery.ts","../src/ui/components/system_console/sections/system_users/filter_menu.ts","../src/ui/components/system_console/sections/system_users/filter_popover.ts","../src/ui/components/system_console/sections/system_users/mobile_security.ts","../src/ui/components/system_console/sections/system_users/system_users.ts","../src/ui/pages/channels.ts","../src/ui/pages/content_review_dm.ts","../src/ui/pages/drafts.ts","../src/ui/pages/index.ts","../src/ui/pages/landing_login.ts","../src/ui/pages/login.ts","../src/ui/pages/reset_password.ts","../src/ui/pages/scheduled_posts.ts","../src/ui/pages/signup.ts","../src/ui/pages/system_console.ts","../src/ui/pages/threads.ts","../src/visual/index.ts","../src/visual/percy.ts"],"version":"5.9.3"}
package/dist/types.js DELETED
@@ -1,3 +0,0 @@
1
- // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
2
- // See LICENSE.txt for license information.
3
- export {};