Fixed tests to align with recent changes, Updated php deps
This commit is contained in:
		
							parent
							
								
									e20c944350
								
							
						
					
					
						commit
						40a1377c0b
					
				
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| 
						 | 
				
			
			@ -4,7 +4,7 @@
 | 
			
		|||
    <div class="mt-m">
 | 
			
		||||
        <main class="content-wrap card">
 | 
			
		||||
            <div component="page-display"
 | 
			
		||||
                 option:page-display:page-id="{{ $page->id }}"
 | 
			
		||||
                 option:page-display:page-id="{{ $customHomepage->id }}"
 | 
			
		||||
                 class="page-content">
 | 
			
		||||
                @include('pages.parts.page-display', ['page' => $customHomepage])
 | 
			
		||||
            </div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -330,7 +330,7 @@ abstract class TestCase extends BaseTestCase
 | 
			
		|||
 | 
			
		||||
    protected function assertNotificationContains(\Illuminate\Testing\TestResponse $resp, string $text)
 | 
			
		||||
    {
 | 
			
		||||
        return $this->withHtml($resp)->assertElementContains('[notification]', $text);
 | 
			
		||||
        return $this->withHtml($resp)->assertElementContains('.notification[role="alert"]', $text);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue