Граф коммитов

10775 Коммитов

Автор SHA1 Сообщение Дата
Emil Ghitta e08d26f040
Merge pull request #6273 from emilghittasv/playwright-refactor-aaq-pages
Playwright refactor contact support, product solutions and product topics pages
2024-10-02 19:10:19 +03:00
Emil Ghitta c4407928b6 - Try fixing situations in which the playwright click event is not successfully registered by attempting to re-click twice with a delay of 2 seconds between retries.
- Modified the contact_support_page.py, product_solutions_page.py and product_topics_page.py to use self. instead of super() and made the page functions public.
- Modified the function calls in tests.
- Excluded Thunderbird for Android from the test_system_details_information test.
2024-10-02 15:22:05 +03:00
Tasos Katsoulas 417b3041f9
Merge pull request #6272 from akatsoulas/disable-update
Disable update button if no value is set
2024-10-02 13:21:39 +03:00
Tasos Katsoulas 8caa6c365f
Disable update button if no value is set 2024-10-02 13:16:24 +03:00
Tasos Katsoulas 1529f4b888
Merge pull request #6265 from mozilla/dependabot/npm_and_yarn/multi-7fc3e3eb0d
Bump serve-static and browser-sync
2024-10-02 10:54:58 +03:00
Ryan Johnson 1befd9f479
Merge pull request #6271 from akatsoulas/announcement-space
Remove margin from announcement links
2024-10-01 12:20:56 -07:00
Tasos Katsoulas e0c7dfff57
Merge pull request #6269 from akatsoulas/extra-space-wiki-links
Trim extra spaces from wiki links
2024-10-01 20:49:36 +03:00
Tasos Katsoulas 45a63592fc
Remove margin from announcement links 2024-10-01 20:48:34 +03:00
Ryan Johnson ce5d56eed9
Merge pull request #6270 from akatsoulas/extra-space-aaq
Reduce extra space in question details
2024-10-01 10:08:01 -07:00
Tasos Katsoulas 6e3119e415
Trim extra spaces from wiki links 2024-10-01 19:50:25 +03:00
Tasos Katsoulas 7700070149
Reduce extra space in question details 2024-10-01 19:39:54 +03:00
Tasos Katsoulas d7ece7564f
Merge pull request #6267 from akatsoulas/form-edit-validation
Check every topic is associated with every product
2024-10-01 18:45:41 +03:00
Tasos Katsoulas f091a787b7
Check every topic is associated with every product 2024-10-01 18:19:16 +03:00
Emil Ghitta 58ffa01b52
Merge pull request #6268 from emilghittasv/playwright-refactor-kb-localization-flow
Playwright refactor kb localization flow
2024-10-01 17:28:27 +03:00
Emil Ghitta 0e57633a49 - Using composition instead of inheritance inside the kb_localization_flow.py class.
- Using self. instead of super() and making the functions public inside the kb_translate_article_page.py class.
- Updating the modified function calls in tests.
2024-10-01 15:46:27 +03:00
Emil Ghitta 33e0f6f6af
Merge pull request #6262 from emilghittasv/playwright-fix-failing-tests
Playwright fix failing tests
2024-10-01 12:38:16 +03:00
Basma A 77c1dc03dc
Merge pull request #6266 from mozilla/sumo-build-workflows
chore(githubAction): adding  the build workflow
2024-09-30 16:16:41 -04:00
Basma1912 0b39c8b761
chore(githubAction): adding the build workflow
Signed-off-by: Basma1912 <basad@mozilla.com>
2024-09-30 14:47:36 -04:00
dependabot[bot] 85fcf965fc
Bump serve-static and browser-sync
Bumps [serve-static](https://github.com/expressjs/serve-static) to 1.16.2 and updates ancestor dependency [browser-sync](https://github.com/BrowserSync/browser-sync). These dependencies need to be updated together.


Updates `serve-static` from 1.13.2 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](https://github.com/expressjs/serve-static/compare/v1.13.2...v1.16.2)

Updates `browser-sync` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/BrowserSync/browser-sync/releases)
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/changelog.js)
- [Commits](https://github.com/BrowserSync/browser-sync/compare/v3.0.2...v3.0.3)

---
updated-dependencies:
- dependency-name: serve-static
  dependency-type: indirect
- dependency-name: browser-sync
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 18:45:56 +00:00
Basma A ae1c329f4e
Merge pull request #6228 from mozilla/sumo-build-workflows
chore(sumo):add build workflow
2024-09-30 14:44:48 -04:00
Basma1912 ae36f5aeff
chore(githubAction): adding the build workflow
Signed-off-by: Basma1912 <basad@mozilla.com>
2024-09-30 14:28:00 -04:00
Ryan Johnson 02996ab22f
Merge pull request #6263 from akatsoulas/post-query-params
Preserve query parameters upon POST request
2024-09-30 08:05:15 -07:00
Tasos Katsoulas b937976966
Preserve query parameters upon POST request 2024-09-30 15:17:12 +03:00
Emil Ghitta eb20b7a5e7 - Fixing failing tests caused by moderator tool locator changes.
- Adding Thunderbird for Android product to tests.
2024-09-30 11:28:56 +03:00
Tasos Katsoulas 897e0723fc
Merge pull request #6261 from akatsoulas/validate-active-topics-products
Validate only active topic/products
2024-09-27 13:27:55 +03:00
Tasos Katsoulas 9dedce3b68
Validate only active topic/products 2024-09-27 12:49:16 +03:00
Emil Ghitta 76215fc555
Merge pull request #6259 from emilghittasv/playwright-refactor-kb-article-threads-flow
Playwright kb article threads flow refactor
2024-09-27 12:07:44 +03:00
Tasos Katsoulas 8ef0bfbb24
Merge pull request #6260 from akatsoulas/check-products-topics
Convert topic and product IDs to str
2024-09-27 11:07:00 +03:00
Tasos Katsoulas 3abe93164d
Convert topic and product IDs to str 2024-09-27 11:03:09 +03:00
Emil Ghitta 69f37fda35 - Mark the functions from the kb article discussions class as public and replace super() with self.
- Use composition instead of inheritance for the kb_article_threads_flow.py class.
- Updating modified function calls in tests.
2024-09-26 23:47:20 +03:00
Ryan Johnson 264c2b088f
Merge pull request #6258 from akatsoulas/status-update-value
Properly handle dropdowns and ajax calls
2024-09-26 08:47:07 -07:00
Tasos Katsoulas c381ecc7d8
Properly handle dropdowns and ajax calls 2024-09-26 18:18:06 +03:00
Tasos Katsoulas 7d55f8f8f5
Merge pull request #6257 from akatsoulas/validation-error-post-data
Convert int to str in widgets
2024-09-26 17:34:07 +03:00
Tasos Katsoulas fc659f4088
Convert int to str in widgets 2024-09-26 13:30:22 +03:00
Emil Ghitta eee27a74a8
Merge pull request #6256 from emilghittasv/playwright-edit-delete-kb-article-flow-refactor
Playwright refactor delete kb article and edit article metadata flows
2024-09-26 12:19:05 +03:00
Emil Ghitta 90289957d4 - Mark the functions from the kb article metadata class as public and replace super() with self.
- Use composition instead of inheritance for the delete_kb_article_flow.py and edit_article_meta_flow.py class.
- Updating modified function calls in tests.
2024-09-26 09:32:37 +03:00
Ryan Johnson 5603dfe885
Merge pull request #6253 from akatsoulas/kb-validate-products
Validate both topics and products
2024-09-25 09:33:14 -07:00
Tasos Katsoulas d2f4effc1d
Merge pull request #6255 from akatsoulas/moderation-tool-no-topics
Do not overwrite query
2024-09-25 17:59:27 +03:00
Tasos Katsoulas a12a1cadbc
Do not overwrite query 2024-09-25 17:13:14 +03:00
Tasos Katsoulas 6932d5094d
Merge pull request #6254 from akatsoulas/bug-support-answer
Moderate topics only on Questions
2024-09-25 15:06:09 +03:00
Tasos Katsoulas 61b320c180
Moderate topics only on Questions 2024-09-25 15:04:30 +03:00
Tasos Katsoulas 0a19bc6a11
Validate both topics and products 2024-09-25 14:42:01 +03:00
Tasos Katsoulas 246478b2e5
Merge pull request #6234 from akatsoulas/moderation-tool
Moderate topics for forum questions
2024-09-25 12:17:10 +03:00
Tasos Katsoulas 9625ef6e63
Do not use the same ID for all forms 2024-09-25 11:42:19 +03:00
Tasos Katsoulas eb03f0335f
Track topic changes in questions 2024-09-25 11:42:19 +03:00
Tasos Katsoulas 7ef3f6ac5f
Change status wording in queue 2024-09-25 11:42:19 +03:00
Tasos Katsoulas 4af0d5bb2b
Moderate topics for forum questions 2024-09-25 11:42:14 +03:00
Emil Ghitta f10a72b8cc
Merge pull request #6251 from emilghittasv/playwright-add-kb-article-flow-refactor
Playwright refactor kb article related flows and classes
2024-09-25 10:23:48 +03:00
Tasos Katsoulas bff106a6ba
Merge pull request #6239 from akatsoulas/wt-migration
Add missing schema migration
2024-09-24 20:14:08 +03:00
Tasos Katsoulas dae212b7e1
Merge pull request #6240 from akatsoulas/kb-topic-form
Validate topics in the clean method
2024-09-24 20:13:48 +03:00