@@ -32,7 +32,7 @@ describe('Selection', () => {
3232 cy . getByTestId ( 'branch-header' ) . should ( 'contain' , mockBackend . stackId ) ;
3333
3434 const stacks = mockBackend . getStacks ( ) ;
35- // There shuold be three stacks
35+ // There should be three stacks
3636 cy . getByTestId ( 'stack' ) . should ( 'have.length' , stacks . length ) ;
3737
3838 // Select the second stack
@@ -45,7 +45,7 @@ describe('Selection', () => {
4545 cy . getByTestIdByValue ( 'branch-header' , stackName )
4646 . click ( )
4747 . within ( ( ) => {
48- // Shouls have the stack url
48+ // Should have the stack url
4949 cy . urlMatches ( `/${ PROJECT_ID } /workspace` ) ;
5050 } ) ;
5151 // Check if the file list is updated
@@ -68,7 +68,7 @@ describe('Selection', () => {
6868
6969 const stacks = mockBackend . getStacks ( ) ;
7070 const stack = stacks [ 0 ] ! ;
71- // There shuold be three stacks
71+ // There should be three stacks
7272 cy . getByTestId ( 'stack' ) . should ( 'have.length' , stacks . length ) ;
7373
7474 // Select the initial commit which should be local only
@@ -92,7 +92,7 @@ describe('Selection', () => {
9292 cy . getByTestId ( 'branch-header' ) . should ( 'contain' , mockBackend . stackWithTwoCommits ) ;
9393
9494 const stacks = mockBackend . getStacks ( ) ;
95- // There shuold be three stacks
95+ // There should be three stacks
9696 cy . getByTestId ( 'stack' ) . should ( 'have.length' , stacks . length ) ;
9797
9898 cy . getByTestIdByValue ( 'stack' , mockBackend . stackWithTwoCommits )
@@ -153,7 +153,7 @@ describe('Selection', () => {
153153 cy . getByTestId ( 'branch-header' ) . should ( 'contain' , mockBackend . stackWithTwoCommits ) ;
154154
155155 const stacks = mockBackend . getStacks ( ) ;
156- // There shuold be three stacks
156+ // There should be three stacks
157157 cy . getByTestId ( 'stack' ) . should ( 'have.length' , stacks . length ) ;
158158
159159 cy . getByTestIdByValue ( 'stack' , mockBackend . stackWithTwoCommits )
@@ -239,7 +239,7 @@ describe('Selection with upstream changes', () => {
239239 cy . getByTestId ( 'branch-header' ) . should ( 'contain' , mockBackend . stackId ) ;
240240
241241 const stacks = mockBackend . getStacks ( ) ;
242- // There shuold be three stacks
242+ // There should be three stacks
243243 cy . getByTestId ( 'stack' ) . should ( 'have.length' , stacks . length ) ;
244244
245245 // Select the initial commit which should be local only
0 commit comments