inbarw

Results 1 issues of inbarw

### Your question I'm trying to check status of files while using bulk upload. for single upload I'm using this verification: def verify_entry_process_status(self, entry_name): file_status = self.file_status_selector.replace("ENTRY_NAME", entry_name) expect(self.page.locator(file_status)).not_to_have_text("Processing", timeout=100000)...

triaging