mirror of
https://github.com/appium/appium.git
synced 2026-02-11 20:39:04 -06:00
Remove ;
This commit is contained in:
@@ -13,7 +13,7 @@ describeWd('findElementNameContains', function(h) {
|
||||
should.exist(el);
|
||||
el.getAttribute('name', function(err, name) {
|
||||
should.not.exist(err);
|
||||
name.should.equal("Buttons, Various uses of UIButton");;
|
||||
name.should.equal("Buttons, Various uses of UIButton");
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user