-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(searchbar): remove some of the e2e checks and rename the floatin…
…g folder
- Loading branch information
1 parent
01bbc94
commit 9819aae
Showing
8 changed files
with
14 additions
and
43 deletions.
There are no files selected for viewing
Empty file.
File renamed without changes.
10 changes: 5 additions & 5 deletions
10
...ponents/searchbar/test/floating/main.html → ...components/searchbar/test/basic/main.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
|
||
it('should navigate to searchbar', function() { | ||
element(by.css('.e2eSearchbarNav')).click(); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +0,0 @@ | ||
|
||
it('default should focus', function() { | ||
element(by.css('.e2eDefaultToolbarSearchbar input')).sendKeys("AA"); | ||
}); | ||
|
||
it('primary should focus', function() { | ||
element(by.css('.e2ePrimaryToolbarSearchbar input')).sendKeys("BB"); | ||
}); | ||
|
||
it('danger should focus', function() { | ||
element(by.css('.e2eDarkToolbarSearchbar input')).sendKeys("CC"); | ||
}); | ||
|
||
it('light should focus', function() { | ||
element(by.css('.e2eLightToolbarSearchbar input')).sendKeys("DD"); | ||
}); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters