Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Add E2E test of MessageEditHistoryDialog #10406

Merged
merged 21 commits into from
Mar 30, 2023
Merged

Add E2E test of MessageEditHistoryDialog #10406

merged 21 commits into from
Mar 30, 2023

Commits on Mar 23, 2023

  1. Add E2E test of MessageEditHistoryDialog

    Signed-off-by: Suguru Hirahara <[email protected]>
    luixxiul committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    77a996b View commit details
    Browse the repository at this point in the history
  2. Check 'View Source' button is rendered only in developer mode

    Signed-off-by: Suguru Hirahara <[email protected]>
    luixxiul committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    321ee18 View commit details
    Browse the repository at this point in the history
  3. Change order of checking event tiles

    Signed-off-by: Suguru Hirahara <[email protected]>
    luixxiul committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    743da81 View commit details
    Browse the repository at this point in the history
  4. Add comments to explain how the message was edited

    Signed-off-by: Suguru Hirahara <[email protected]>
    luixxiul committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    b930982 View commit details
    Browse the repository at this point in the history
  5. Revert unintended change on EditHistoryMessage.tsx

    Signed-off-by: Suguru Hirahara <[email protected]>
    luixxiul committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    77db44c View commit details
    Browse the repository at this point in the history
  6. Assert that the edited message is gone

    Signed-off-by: Suguru Hirahara <[email protected]>
    luixxiul committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a457fd0 View commit details
    Browse the repository at this point in the history
  7. Check '.mx_EventTile_content .mx_EventTile_body' in the same way as t…

    …he existing cases
    
    Signed-off-by: Suguru Hirahara <[email protected]>
    luixxiul committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    bae7a35 View commit details
    Browse the repository at this point in the history
  8. Add clickButtonRemove()

    Signed-off-by: Suguru Hirahara <[email protected]>
    luixxiul committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    c990e11 View commit details
    Browse the repository at this point in the history
  9. Add editLastMessage()

    Signed-off-by: Suguru Hirahara <[email protected]>
    luixxiul committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    ec61512 View commit details
    Browse the repository at this point in the history
  10. Add clickEditedMessage()

    Signed-off-by: Suguru Hirahara <[email protected]>
    luixxiul committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    5889894 View commit details
    Browse the repository at this point in the history
  11. Edit within() to simplify the structure

    Signed-off-by: Suguru Hirahara <[email protected]>
    luixxiul committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    5c58427 View commit details
    Browse the repository at this point in the history
  12. Remove redundant CSS checks

    Signed-off-by: Suguru Hirahara <[email protected]>
    luixxiul committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    203c8c8 View commit details
    Browse the repository at this point in the history
  13. Add clickButtonViewSource()

    Signed-off-by: Suguru Hirahara <[email protected]>
    luixxiul committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    bdad116 View commit details
    Browse the repository at this point in the history
  14. Edit comments

    Signed-off-by: Suguru Hirahara <[email protected]>
    luixxiul committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    475571c View commit details
    Browse the repository at this point in the history
  15. lint

    Signed-off-by: Suguru Hirahara <[email protected]>
    luixxiul committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    6fb5b36 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    1c43a5e View commit details
    Browse the repository at this point in the history
  2. Remove setSettingValue of developerMode

    Signed-off-by: Suguru Hirahara <[email protected]>
    luixxiul committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    952f370 View commit details
    Browse the repository at this point in the history
  3. Add a comment

    Signed-off-by: Suguru Hirahara <[email protected]>
    luixxiul committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    1336573 View commit details
    Browse the repository at this point in the history
  4. Fix the scope of a snapshot

    Have Percy take a snapshot of the dialog including its wrapper.
    
    Signed-off-by: Suguru Hirahara <[email protected]>
    luixxiul committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    84918ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3abff3b View commit details
    Browse the repository at this point in the history
  6. Use cy.closeDialog()

    Signed-off-by: Suguru Hirahara <[email protected]>
    luixxiul committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    58fbde1 View commit details
    Browse the repository at this point in the history