@@ -408,12 +408,12 @@ describe("ARIA attributes", () => {
408
408
409
409
assert . strictEqual ( await expandButton . getProperty ( "accessibleName" ) , "Snap Header" ,
410
410
"expand button accessible-name is correct" ) ;
411
- assert . strictEqual ( await expandButton . getProperty ( "title " ) , "Snap Header" ,
411
+ assert . strictEqual ( await expandButton . getProperty ( "tooltip " ) , "Snap Header" ,
412
412
"expand button accessible-name is correct" ) ;
413
413
414
414
assert . strictEqual ( await pinButton . getProperty ( "accessibleName" ) , "Pin Header" ,
415
415
"pin button accessible-name is correct" ) ;
416
- assert . strictEqual ( await pinButton . getProperty ( "title " ) , "Pin Header" ,
416
+ assert . strictEqual ( await pinButton . getProperty ( "tooltip " ) , "Pin Header" ,
417
417
"pin button accessible-name is correct" ) ;
418
418
} ) ;
419
419
@@ -447,7 +447,7 @@ describe("ARIA attributes", () => {
447
447
assert . ok ( await expandButton . isExisting ( ) , "expand button is rendered" ) ;
448
448
assert . strictEqual ( await expandButton . getProperty ( "accessibleName" ) , "Expand Header" ,
449
449
"expand button accessible-name is correct" ) ;
450
- assert . strictEqual ( await expandButton . getProperty ( "title " ) , "Expand Header" ,
450
+ assert . strictEqual ( await expandButton . getProperty ( "tooltip " ) , "Expand Header" ,
451
451
"expand button tooltip is correct" ) ;
452
452
} ) ;
453
453
} ) ;
0 commit comments