-
Notifications
You must be signed in to change notification settings - Fork 626
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* add tests for table/both/flamegraph buttons * remove it.only fix * fix jest snapshots * jest snapshot fix * add tests for app selector * add cy.wait on requests * improving fixtures * lint fix * lint fix * fix tests * remove duplicate prop * fix tests * frontend: fix sort function as the updateSortBy function was called indirectly the 'this' was being undefined there are couple different ways of solving this issue 1. binding (in the constructor), such as this.updateSortBy = this.updateSortBy.bind(this) 2. declaring updateSortBy as an arrow function, since arrow functions don't bind the 'this', we end up using the class one i've preferred to use 2) since we are already using it * tests for table sorting Co-authored-by: eduardo <[email protected]>
- Loading branch information
1 parent
30f8c57
commit 9bdabca
Showing
2 changed files
with
78 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters