File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
@import '../../styles/inline.css' ;
2
2
3
3
.reading-time > span {
4
- color : # adadad ;
4
+ color : rgb ( 80 80 80 ) ;
5
5
font-style : italic;
6
6
font-weight : 700 ;
7
7
font-size : var (--type-body-s-size );
@@ -40,7 +40,7 @@ main > .section > .inline-wrapper > .inline.reading-time + .inline.share {
40
40
border-left : none;
41
41
padding-left : 0 ;
42
42
}
43
-
43
+
44
44
main > .section > .inline-wrapper > .inline + .inline .reading-time {
45
45
border-top : 1px solid # adadad ;
46
46
}
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ test.describe('Reading-time feature test suite', () => {
34
34
} ) ;
35
35
36
36
await test . step ( 'step-4: Verify the accessibility test on Reading-time block' , async ( ) => {
37
- await runAccessibilityTest ( { page, testScope : readingTime . readingTime , skipA11yTest : true } ) ;
37
+ await runAccessibilityTest ( { page, testScope : readingTime . readingTime } ) ;
38
38
} ) ;
39
39
} ) ;
40
40
@@ -63,7 +63,7 @@ test.describe('Reading-time feature test suite', () => {
63
63
} ) ;
64
64
65
65
await test . step ( 'step-4: Verify the accessibility test on Reading-time without text block' , async ( ) => {
66
- await runAccessibilityTest ( { page, testScope : readingTime . readingTime , skipA11yTest : true } ) ;
66
+ await runAccessibilityTest ( { page, testScope : readingTime . readingTime } ) ;
67
67
} ) ;
68
68
} ) ;
69
69
@@ -112,7 +112,7 @@ test.describe('Reading-time feature test suite', () => {
112
112
} ) ;
113
113
114
114
await test . step ( 'step-4: Verify the accessibility test on Reading-time with text block' , async ( ) => {
115
- await runAccessibilityTest ( { page, testScope : readingTime . readingTime , skipA11yTest : true } ) ;
115
+ await runAccessibilityTest ( { page, testScope : readingTime . readingTime } ) ;
116
116
} ) ;
117
117
} ) ;
118
118
} ) ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ function displayHelp() {
21
21
\x1b[33m* config=<config-file>\x1b[0m Custom configuration file to use (default: Playwright's default)
22
22
\x1b[33m* project=<project-name>\x1b[0m Project configuration (default: milo-live-chromium)
23
23
\x1b[33m* milolibs=<local|prod|code|feature>\x1b[0m Milo library environment (default: none)
24
- \x1b[33m* owner=<repo-owner>\x1b[0m repo owner (default owner = adobecom)
24
+ \x1b[33m* owner=<repo-owner>\x1b[0m repo owner (default owner = adobecom)
25
25
26
26
\x1b[1mExamples:\x1b[0m
27
27
| \x1b[36mCommand\x1b[0m | \x1b[36mDescription\x1b[0m |
@@ -33,7 +33,7 @@ function displayHelp() {
33
33
| npm run nala local mode=ui | Runs all nala tests on local environment in UI mode on chrome browser |
34
34
| npm run nala local -g=@accordion | Runs tests annotated with tag i.e @accordion on local env on chrome browser |
35
35
| npm run nala local -g=@accordion browser=firefox | Runs tests annotated with tag i.e @accordion on local env on Firefox browser |
36
- | npm run nala <featurebranch> owner='<owner>' | Runs all nala tests on the specified feature branch for the given repo owner |
36
+ | npm run nala <featurebranch> owner='<owner>' | Runs all nala tests on the specified feature branch for the given repo owner |
37
37
38
38
\x1b[1mDebugging:\x1b[0m
39
39
-----------
You can’t perform that action at this time.
0 commit comments