File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import { projectList } from '../../pages/project/list.po';
5
5
import { dateUtil } from '../../utils/date.util' ;
6
6
import using from 'jasmine-data-provider' ;
7
7
import users from '../../data/users.json' ;
8
- import { logger } from '../../utils/log.util' ;
9
8
10
9
const editorExamples = {
11
10
auditAdmin : users . auditAdmin ,
@@ -26,7 +25,7 @@ const getLastSubmittedAuditsfileName = (): string => {
26
25
return `Aquality_Tracking_Last_Submitted_Audits_${ dateUtil . getDateFormat ( ) } .xlsx` ;
27
26
} ;
28
27
29
- fdescribe ( 'Audits Dashboard:' , ( ) => {
28
+ describe ( 'Audits Dashboard:' , ( ) => {
30
29
using( notEditorExamples , ( user , description ) => {
31
30
describe ( `${ description } role:` , ( ) => {
32
31
it ( `Is not available for role ${ description } ` , async ( ) => {
You can’t perform that action at this time.
0 commit comments