Skip to content

Commit

Permalink
Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
atrincas authored and alexeh committed Oct 9, 2024
1 parent 7693548 commit ac81321
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/tests/explore/explore.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ test.describe('Explore E2E', () => {
slug: 'section-1',
name: 'Section 1',
description: ':)',
// TODO: Should set order to 1 and add baseWidgets when API is able to return widget data in test env
// TODO: We should test the content of the sections including overview section and the widgets
// when API is returning widget data in test environment.
order: 2,
baseWidgets: []
}),
Expand Down

0 comments on commit ac81321

Please sign in to comment.