File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ describe('pagination-nav', () => {
41
41
expect ( $ul . classes ( ) ) . not . toContain ( 'justify-content-center' )
42
42
expect ( $ul . classes ( ) ) . not . toContain ( 'justify-content-end' )
43
43
// UL Attributes
44
- expect ( $ul . attributes ( 'role' ) ) . toBe ( 'menubar' )
44
+ expect ( $ul . attributes ( 'role' ) ) . not . toBe ( 'menubar' )
45
45
expect ( $ul . attributes ( 'aria-disabled' ) ) . toBe ( 'false' )
46
46
expect ( $ul . attributes ( 'aria-label' ) ) . toBe ( 'Pagination' )
47
47
@@ -126,7 +126,7 @@ describe('pagination-nav', () => {
126
126
expect ( $ul . classes ( ) ) . toContain ( 'b-pagination' )
127
127
128
128
// UL Attributes
129
- expect ( $ul . attributes ( 'role' ) ) . toBe ( 'menubar' )
129
+ expect ( $ul . attributes ( 'role' ) ) . not . toBe ( 'menubar' )
130
130
expect ( $ul . attributes ( 'aria-disabled' ) ) . toBe ( 'true' )
131
131
132
132
// LI classes
You can’t perform that action at this time.
0 commit comments