Skip to content

Commit b37a834

Browse files
committed
fix: remove it.only from test
1 parent d99c306 commit b37a834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/course-home/progress-tab/ProgressTab.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ describe('Progress Tab', () => {
751751
expect(screen.getAllByTestId('lock-icon')).toHaveLength(2);
752752
});
753753

754-
it.only('shows percent plus hidden grades when some subsections of assignment type are never_but_include_grade', async () => {
754+
it('shows percent plus hidden grades when some subsections of assignment type are never_but_include_grade', async () => {
755755
setTabData({
756756
grading_policy: {
757757
assignment_policies: [

0 commit comments

Comments
 (0)