Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mozilla/kitsune
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.2
Choose a base ref
...
head repository: mozilla/kitsune
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.3
Choose a head ref
  • 8 commits
  • 16 files changed
  • 3 contributors

Commits on Oct 8, 2024

  1. - Refactoring the footer.py and homepage.py page objects by marking t…

    …he page functions as public, replacing super() with self and updating function calls in tests.
    
    - Adding a couple of synonyms inside the search_synonym.py page which are used in tests.
    - Adding a WordNetLemmatizer instance in utilities.py which is going to help extracting the singular form of words when searching for synonyms of the search term inside the search results.
    - Extending playwright coverage with the first batch of search tests inside the test_main_searchbar.py.
    - Adding searchTests marker inside pytest.ini and playwright.yml
    emilghittasv committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0824881 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    0247a42 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6282 from akatsoulas/normalize-locale

    Normalize locale in the API
    escattone authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4cc50d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Merge pull request #6278 from emilghittasv/playwright-search-tests

    Playwright adding the first batch of search tests
    emilghittasv authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    76eaef1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a73643 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6286 from akatsoulas/default-fitlering

    Set the default filter to All
    akatsoulas authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    702645e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    760361e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6287 from akatsoulas/aaq-waffle-flags

    Control the AAQ moderation flags through waffle
    akatsoulas authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4bdf529 View commit details
    Browse the repository at this point in the history
Loading