Skip to content

Commit

Permalink
Merge pull request #1878 from stakwork/fix/trending-topic-e2e
Browse files Browse the repository at this point in the history
Fix/trending topic e2e
  • Loading branch information
Rassl authored Jul 19, 2024
2 parents 55d1462 + a425a2c commit 3315f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 79 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/trendingTopics/trendingTopics.cy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
describe('test trending topics', () => {
it.skip('Checking it trending topics exist', () => {
it('Checking it trending topics exist', () => {
cy.intercept({
method: 'GET',
url: 'http://localhost:8444/api/prediction/graph/search*',
Expand Down
Loading

0 comments on commit 3315f2d

Please sign in to comment.