openedx / olxcleaner

Tool for checking edX courses for errors and creating content reports
GNU General Public License v3.0
3 stars 6 forks source link

[TNL-8180] - fix wiki validation error. #4

Closed saadyousafarbi closed 3 years ago

saadyousafarbi commented 3 years ago

TNL-8180

Fix for validation error for UnexpectedTag for wiki tag

saadyousafarbi commented 3 years ago

@awaisdar001 test has been added. Named the new test course testcourse13 as I already have this PR with testcourse12 which I will merge first. It would be easier to rebase this way.

jolyonb commented 3 years ago

Note that you don't necessarily need to make a new test course every time you want to add in a new test. You can add the test piece to some of the courses that already exist (particularly for cases like this, where you're just adding a new tag).

awaisdar001 commented 3 years ago

Note that you don't necessarily need to make a new test course every time you want to add in a new test. You can add the test piece to some of the courses that already exist (particularly for cases like this, where you're just adding a new tag).

I think that makes sense @saadyousafarbi we can also tweak existing testcourses for cases that are possible.