Feat(SQL, UI): 1. Dog Command Links page completed with get + set functionality. \n 2. Commands page and Command Categories page completed with get + set functionality.
This commit is contained in:
@@ -10,9 +10,11 @@ export default class PageDogHome extends BasePage {
|
||||
|
||||
initialize() {
|
||||
this.sharedInitialize();
|
||||
this.hookupFiltersDog();
|
||||
this.hookupDogHome();
|
||||
}
|
||||
hookupDogHome() {
|
||||
|
||||
}
|
||||
|
||||
leave() {
|
||||
super.leave();
|
||||
|
||||
Reference in New Issue
Block a user