Przeglądaj źródła

Merge branch 'firefox-profile'

Daniel Gempesaw 11 lat temu
rodzic
commit
86be1a1c9b

+ 2 - 2
t/Firefox-Profile.t

@@ -169,9 +169,9 @@ CROAKING: {
     my $profile = Selenium::Remote::Driver::Firefox::Profile->new;
     {
         eval {
-            $profile->add_extension('00-load.t');
+            $profile->add_extension('t/00-load.t');
         };
-        ok($@ =~ /xpi format/i, "caught invalid extension filetype");
+        cmp_ok($@, '=~', qr/xpi format/i, "caught invalid extension filetype");
     }
 
     {

Plik diff jest za duży
+ 0 - 0
t/mock-recordings/firefox-profile-mock-MSWin32.json


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików