We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc8269 commit feac2d1Copy full SHA for feac2d1
e2e/specs/audit/auditDashboard.spec.ts
@@ -25,7 +25,7 @@ const getLastSubmittedAuditsfileName = (): string => {
25
return `Aquality_Tracking_Last_Submitted_Audits_${dateUtil.getDateFormat()}.xlsx`;
26
};
27
28
-fdescribe('Audits Dashboard:', () => {
+describe('Audits Dashboard:', () => {
29
using(notEditorExamples, (user, description) => {
30
describe(`${description} role:`, () => {
31
it(`Is not available for role ${description}`, async () => {
0 commit comments