test(loading): add e2e test for loading in tabs and remove animation for basic e2e

references #5426
This commit is contained in:
Brandy Carney
2016-04-05 11:24:05 -04:00
parent 1d6569ae79
commit 41a6524855
5 changed files with 111 additions and 16 deletions

View File

@@ -1,3 +1,8 @@
/* Fix the spinner used in e2e */
.fixed-spinner svg {
animation: none;
}
.custom-spinner-container {
position: relative;
display: inline-block;