Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: remove broken steps from files acceptance test #39778

Merged
merged 1 commit into from
Aug 10, 2023

Commits on Aug 9, 2023

  1. test: remove broken steps from files acceptance test

    The acceptance tests using the recent view fail since the vue migration.
    
    `And I open the details view for "welcome.txt"`
    
    Is looking for a row in the filelist with a span having the class nametext, matching the file name "welcome.txt" and button inside having the class action-menu.
    
    The markup for the files list looks very different after the vue migration and therefor the test is failing.
    
    Signed-off-by: Daniel Kesselberg <[email protected]>
    kesselb committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d56e2aa View commit details
    Browse the repository at this point in the history