mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-23 00:39:47 +01:00
Accessible File Search
- keyboard combination g+f in code view - navigatable file search list with j+k - remove helptext tooltip
This commit is contained in:
@@ -43,7 +43,7 @@ describe("Repository File Search", () => {
|
||||
// Act
|
||||
cy.visit(`/repo/${namespace}/${name}/code/sources`);
|
||||
cy.byTestId("file_search_button").click();
|
||||
cy.url().should("include", `/repo/${namespace}/${name}/code/search/main?q=`);
|
||||
cy.url().should("include", `/repo/${namespace}/${name}/code/search/main`);
|
||||
cy.byTestId("file_search_filter_input").type("README");
|
||||
|
||||
// Assert
|
||||
|
||||
Reference in New Issue
Block a user