Skip to content

Commit feac2d1

Browse files
committed
removed fdescribe
1 parent 0bc8269 commit feac2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/specs/audit/auditDashboard.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const getLastSubmittedAuditsfileName = (): string => {
2525
return `Aquality_Tracking_Last_Submitted_Audits_${dateUtil.getDateFormat()}.xlsx`;
2626
};
2727

28-
fdescribe('Audits Dashboard:', () => {
28+
describe('Audits Dashboard:', () => {
2929
using(notEditorExamples, (user, description) => {
3030
describe(`${description} role:`, () => {
3131
it(`Is not available for role ${description}`, async () => {

0 commit comments

Comments
 (0)