This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
12 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<testExecutions version="1"> | ||
<file path="/Users/nial/TSI/next/news-aggregation/test/test_navBar.test.js"> | ||
<testCase name="NavBar component renders the navbar" duration="21"/> | ||
<testCase name="NavBar component renders the navbar" duration="19"/> | ||
</file> | ||
<file path="/Users/nial/TSI/next/news-aggregation/test/test_newsList.test.js"> | ||
<testCase name="NewsList renders loading state initially" duration="4"/> | ||
<testCase name="NewsList renders news items after data fetching" duration="63"/> | ||
<testCase name="NewsList renders loading state initially" duration="3"/> | ||
<testCase name="NewsList renders news items after data fetching" duration="71"/> | ||
<testCase name="NewsList should console.error on failed axios request" duration="7"/> | ||
<testCase name="NewsList should filter news items by search query" duration="6"/> | ||
<testCase name="NewsList should set treding words to commoun words" duration="7"/> | ||
<testCase name="NewsList should filter news items by search query" duration="7"/> | ||
<testCase name="NewsList should set treding words to commoun words" duration="11"/> | ||
</file> | ||
<file path="/Users/nial/TSI/next/news-aggregation/test/test_app.test.js"> | ||
<testCase name="App component renders App component" duration="29"/> | ||
<testCase name="App component navigates to Ukraine News when the route is changed" duration="56"/> | ||
<testCase name="App component navigates to World News when the route is changed" duration="28"/> | ||
<testCase name="App component renders App component" duration="27"/> | ||
<testCase name="App component navigates to Ukraine News when the route is changed" duration="62"/> | ||
<testCase name="App component navigates to World News when the route is changed" duration="35"/> | ||
</file> | ||
</testExecutions> |